12 references to Stamp
Microsoft.CodeAnalysis (1)
NativePdbWriter\PdbWriter.cs (1)
570
_symWriter.UpdateSignature(contentId.Guid, contentId.
Stamp
, age: 1);
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (2)
PDB\PortablePdbTests.cs (2)
201
Assert.Equal(pdbId.
Stamp
, codeView.Stamp);
262
Assert.Equal(pdbId.
Stamp
, codeView.Stamp);
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (2)
PDB\PortablePdbTests.vb (2)
108
Assert.Equal(pdbId.
Stamp
, codeView.Stamp)
162
Assert.Equal(pdbId.
Stamp
, codeView.Stamp)
System.Reflection.Metadata (7)
System\Reflection\Metadata\BlobContentId.cs (4)
62
public bool IsDefault => Guid == default(Guid) &&
Stamp
== 0;
126
public bool Equals(BlobContentId other) => Guid == other.Guid &&
Stamp
== other.
Stamp
;
128
public override int GetHashCode() => Hash.Combine(
Stamp
, Guid.GetHashCode());
System\Reflection\Metadata\Ecma335\PortablePdbBuilder.cs (1)
149
idWriter.WriteUInt32(contentId.
Stamp
);
System\Reflection\PortableExecutable\DebugDirectory\DebugDirectoryBuilder.cs (1)
132
stamp: pdbContentId.
Stamp
,
System\Reflection\PortableExecutable\PEBuilder.cs (1)
117
stampWriter.WriteUInt32(contentId.
Stamp
);