1 write to Guid
System.Reflection.Metadata (1)
System\Reflection\PortableExecutable\DebugDirectory\CodeViewDebugDirectoryData.cs (1)
30
Guid
= guid;
3 references to Guid
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\Compiler\CompilerTypeSystemContext.cs (1)
354
pdbContentId = new BlobContentId(debugDirectoryData.
Guid
, debugEntry.Stamp);
ILCompiler.ReadyToRun (1)
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);