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