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