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)
27
public MethodDesc Method =>
_allocationMethod
;
31
sb.Append(nameMangler.GetMangledMethodName(
_allocationMethod
));
57
factory.MethodEntrypoint(
_allocationMethod
),
79
return comparer.Compare(
_allocationMethod
, ((StringAllocatorMethodNode)other).
_allocationMethod
);