1 write to Id
System.Reflection.Metadata (1)
System\Reflection\Metadata\PortablePdb\DebugMetadataHeader.cs (1)
20Id = id;
5 references to Id
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (2)
PDB\PortablePdbTests.cs (2)
194pdbId = new BlobContentId(mdReader.DebugMetadataHeader.Id); 255pdbId = new BlobContentId(mdReader.DebugMetadataHeader.Id);
Roslyn.Test.PdbUtilities (1)
Reader\PdbValidation.cs (1)
644var actualId = new BlobContentId(pdbReader.DebugMetadataHeader.Id);
System.Reflection.Metadata (2)
System\Reflection\Metadata\PortablePdb\DebugMetadataHeader.cs (1)
14/// Gets the offset (in bytes) from the start of the metadata blob to the start of the <see cref="Id"/> blob.
System\Reflection\PortableExecutable\PEReader.cs (1)
835if (new BlobContentId(candidate.GetMetadataReader().DebugMetadataHeader!.Id) != id)