2 references to RegularSize
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (2)
832
private const int BigObjSize =
RegularSize
+ 2;
836
Span<byte> buffer = stackalloc byte[isBigObj ? BigObjSize :
RegularSize
];