2 references to Size
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (2)
409
dataOffset += (uint)(section.Relocations.Count * CoffRelocation.
Size
);
716
Span<byte> buffer = stackalloc byte[
Size
];