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