Base:
property
PointerSize
ILCompiler.DependencyAnalysis.ReadyToRun.TransitionBlock.PointerSize
1 reference to PointerSize
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\TransitionBlock.cs (1)
773
public override int GetRetBuffArgOffset(bool hasThis) => OffsetOfArgumentRegisters + (hasThis ? StackElemSize(
PointerSize
, false, false) : 0);