1 write to _reader
System.Reflection.Metadata (1)
System\Reflection\Metadata\PortablePdb\Document.cs (1)
26
_reader
= reader;
4 references to _reader
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);