1 instantiation of StringAllocatorMethodNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
612return new StringAllocatorMethodNode(constructor);
1 reference to StringAllocatorMethodNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\StringAllocatorMethodNode.cs (1)
79return comparer.Compare(_allocationMethod, ((StringAllocatorMethodNode)other)._allocationMethod);