1 write to TimeDateStamp
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\PEObjectWriter.cs (1)
747TimeDateStamp = (uint)(_coffTimestamp ?? 0),
2 references to TimeDateStamp
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (2)
544BinaryPrimitives.WriteUInt32LittleEndian(buffer.Slice(4), TimeDateStamp); 560BinaryPrimitives.WriteUInt32LittleEndian(buffer.Slice(8), TimeDateStamp);