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