1 write to _signatureMethod
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\ILBodyFixupSignature.cs (1)
51
_signatureMethod
= signatureMethod;
6 references to _signatureMethod
ILCompiler.ReadyToRun (6)
Compiler\DependencyAnalysis\ReadyToRun\ILBodyFixupSignature.cs (6)
43
private EcmaMethod ILMethod => (EcmaMethod)
_signatureMethod
.GetPrimaryMethodDesc();
106
MethodWithToken method = new MethodWithToken(
_signatureMethod
, moduleToken, null, unboxing: false, genericContextObject: null);
119
sb.Append(nameMangler.GetMangledMethodName(
_signatureMethod
));
129
return comparer.Compare(
_signatureMethod
, otherNode.
_signatureMethod
);
134
return $"ILBodyFixupSignature {_fixupKind} {
_signatureMethod
}";