2 implementations of GetName
ILCompiler.Compiler (1)
Compiler\ReachabilityInstrumentationProvider.cs (1)
221
string IDependencyNode<NodeFactory>.
GetName
(NodeFactory context) => _name;
ILCompiler.DependencyAnalysisFramework (1)
DependencyNodeCore.cs (1)
150
string IDependencyNode<DependencyContextType>.
GetName
(DependencyContextType context) => GetName(context);
1 reference to GetName
ILCompiler.Compiler (1)
Compiler\MstatObjectDumper.cs (1)
117
targetBodies.Add((targetBody.Method, AppendMangledName(targetBody.
GetName
(factory))));