1 reference to BigObjSize
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (1)
767
Span<byte> buffer = stackalloc byte[isBigObj ?
BigObjSize
: RegularSize];