1 write to Id
System.Reflection.Metadata (1)
System\Reflection\Metadata\PortablePdb\DebugMetadataHeader.cs (1)
20Id = id;
3 references to Id
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\SymbolReader\PortablePdbSymbolReader.cs (1)
72var foundContentId = new BlobContentId(reader.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)