10 references to Stamp
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\PEObjectWriter.cs (1)
880writer.Write(BlobContentId.FromHash(SHA256.HashData(originalOutput)).Stamp);
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\PEObjectWriter.cs (1)
880writer.Write(BlobContentId.FromHash(SHA256.HashData(originalOutput)).Stamp);
Microsoft.CodeAnalysis (1)
NativePdbWriter\PdbWriter.cs (1)
569_symWriter.UpdateSignature(contentId.Guid, contentId.Stamp, age: 1);
System.Reflection.Metadata (7)
System\Reflection\Metadata\BlobContentId.cs (4)
62public bool IsDefault => Guid == default(Guid) && Stamp == 0; 126public bool Equals(BlobContentId other) => Guid == other.Guid && Stamp == other.Stamp; 128public override int GetHashCode() => Hash.Combine(Stamp, Guid.GetHashCode());
System\Reflection\Metadata\Ecma335\PortablePdbBuilder.cs (1)
150idWriter.WriteUInt32(contentId.Stamp);
System\Reflection\PortableExecutable\DebugDirectory\DebugDirectoryBuilder.cs (1)
132stamp: pdbContentId.Stamp,
System\Reflection\PortableExecutable\PEBuilder.cs (1)
117stampWriter.WriteUInt32(contentId.Stamp);