1 write to NumberOfRelocations
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (1)
435auxRecord.NumberOfRelocations = section.Header.NumberOfRelocations;
1 reference to NumberOfRelocations
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (1)
840BinaryPrimitives.WriteUInt16LittleEndian(buffer.Slice(4), NumberOfRelocations);