Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/coreclr/tools/Common/Compiler/DependencyAnalysis/ShadowConcreteMethodNode.cs')
-rw-r--r--src/coreclr/tools/Common/Compiler/DependencyAnalysis/ShadowConcreteMethodNode.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coreclr/tools/Common/Compiler/DependencyAnalysis/ShadowConcreteMethodNode.cs b/src/coreclr/tools/Common/Compiler/DependencyAnalysis/ShadowConcreteMethodNode.cs
index 57ea2b98149..140a97f7092 100644
--- a/src/coreclr/tools/Common/Compiler/DependencyAnalysis/ShadowConcreteMethodNode.cs
+++ b/src/coreclr/tools/Common/Compiler/DependencyAnalysis/ShadowConcreteMethodNode.cs
@@ -85,7 +85,7 @@ namespace ILCompiler.DependencyAnalysis
return dependencies;
}
- protected override string GetName(NodeFactory factory) => $"{Method.ToString()} backed by {CanonicalMethodNode.GetMangledName(factory.NameMangler)}";
+ protected override string GetName(NodeFactory factory) => $"{Method} backed by {CanonicalMethodNode.GetMangledName(factory.NameMangler)}";
public sealed override bool HasConditionalStaticDependencies => false;
public sealed override bool HasDynamicDependencies => false;