1 write to CheckSum
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (1)
439auxRecord.CheckSum = JamCrc32.CalculateChecksum(section.Stream);
1 reference to CheckSum
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (1)
842BinaryPrimitives.WriteUInt32LittleEndian(buffer.Slice(8), CheckSum);