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