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