2 references to RegularSize
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (2)
534public int Size => IsBigObj ? BigObjSize : RegularSize; 540Span<byte> buffer = stackalloc byte[RegularSize];