2 references to Size
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (2)
390uint dataOffset = (uint)(coffHeader.Size + _sections.Count * CoffSectionHeader.Size); 603Span<byte> buffer = stackalloc byte[Size];