1 write to _allocationMethod
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\StringAllocatorMethodNode.cs (1)
45_allocationMethod = constructorMethod.OwningType.GetKnownMethod("Ctor"u8, signatureBuilder.ToSignature());
5 references to _allocationMethod
ILCompiler.Compiler (5)
Compiler\DependencyAnalysis\StringAllocatorMethodNode.cs (5)
27public MethodDesc Method => _allocationMethod; 31sb.Append(nameMangler.GetMangledMethodName(_allocationMethod)); 57factory.MethodEntrypoint(_allocationMethod), 79return comparer.Compare(_allocationMethod, ((StringAllocatorMethodNode)other)._allocationMethod);