1 write to _resumptionStub
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\ResumptionStubEntryPointSignature.cs (1)
14
public ResumptionStubEntryPointSignature(MethodWithGCInfo resumptionStub) =>
_resumptionStub
= resumptionStub;
4 references to _resumptionStub
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\ResumptionStubEntryPointSignature.cs (4)
27
builder.EmitReloc(
_resumptionStub
, relocType);
35
sb.Append(nameMangler.GetMangledMethodName(
_resumptionStub
.Method));
40
return comparer.Compare(
_resumptionStub
.Method, ((ResumptionStubEntryPointSignature)other).
_resumptionStub
.Method);