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