1 write to _resumptionStub
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\ResumptionStubEntryPointSignature.cs (1)
13public ResumptionStubEntryPointSignature(MethodWithGCInfo resumptionStub) => _resumptionStub = resumptionStub;
4 references to _resumptionStub
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\ResumptionStubEntryPointSignature.cs (4)
23builder.EmitReloc(_resumptionStub, RelocType.IMAGE_REL_BASED_ADDR32NB, delta: factory.Target.CodeDelta); 31sb.Append(nameMangler.GetMangledMethodName(_resumptionStub.Method)); 36return comparer.Compare(_resumptionStub.Method, ((ResumptionStubEntryPointSignature)other)._resumptionStub.Method);