1 write to Guid
System.Reflection.Metadata (1)
System\Reflection\PortableExecutable\DebugDirectory\CodeViewDebugDirectoryData.cs (1)
30Guid = guid;
3 references to Guid
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\Compiler\CompilerTypeSystemContext.cs (1)
354pdbContentId = new BlobContentId(debugDirectoryData.Guid, debugEntry.Stamp);
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\CompilerTypeSystemContext.cs (1)
354pdbContentId = new BlobContentId(debugDirectoryData.Guid, debugEntry.Stamp);
System.Reflection.Metadata (1)
System\Reflection\PortableExecutable\PEReader.cs (1)
785var id = new BlobContentId(data.Guid, codeViewEntry.Stamp);