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