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