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