4 references to Handle
System.Reflection.Metadata (4)
System\Reflection\Metadata\PortablePdb\Document.cs (4)
35
public DocumentNameBlobHandle Name => _reader.DocumentTable.GetName(
Handle
);
40
public GuidHandle Language => _reader.DocumentTable.GetLanguage(
Handle
);
45
public GuidHandle HashAlgorithm => _reader.DocumentTable.GetHashAlgorithm(
Handle
);
54
public BlobHandle Hash => _reader.DocumentTable.GetHash(
Handle
);