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