Base:
property
OffsetOfFirstGCRefMapSlot
ILCompiler.DependencyAnalysis.ReadyToRun.TransitionBlock.OffsetOfFirstGCRefMapSlot
2 references to OffsetOfFirstGCRefMapSlot
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\TransitionBlock.cs (2)
724public override int OffsetOfArgumentRegisters => OffsetOfFirstGCRefMapSlot; 739public sealed override int GetRetBuffArgOffset(bool hasThis) => OffsetOfFirstGCRefMapSlot + (hasThis ? 8 : 0);