1 write to Stamp
System.Reflection.Metadata (1)
System\Reflection\PortableExecutable\DebugDirectory\DebugDirectoryEntry.cs (1)
76
Stamp
= stamp;
5 references to Stamp
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\Compiler\CompilerTypeSystemContext.cs (1)
354
pdbContentId = new BlobContentId(debugDirectoryData.Guid, debugEntry.
Stamp
);
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\DebugDirectoryNode.cs (2)
119
_nativeEntry?.EmitHeader(ref builder, pdbEntry.
Stamp
, pdbEntry.MajorVersion);
133
builder.EmitUInt(entries[i].
Stamp
);
src\runtime\src\coreclr\tools\Common\Compiler\CompilerTypeSystemContext.cs (1)
354
pdbContentId = new BlobContentId(debugDirectoryData.Guid, debugEntry.
Stamp
);
System.Reflection.Metadata (1)
System\Reflection\PortableExecutable\PEReader.cs (1)
785
var id = new BlobContentId(data.Guid, codeViewEntry.
Stamp
);