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