1 write to _reader
System.Reflection.Metadata (1)
System\Reflection\Metadata\PortablePdb\CustomDebugInformation.cs (1)
20
_reader
= reader;
3 references to _reader
System.Reflection.Metadata (3)
System\Reflection\Metadata\PortablePdb\CustomDebugInformation.cs (3)
26
public EntityHandle Parent =>
_reader
.CustomDebugInformationTable.GetParent(Handle);
27
public GuidHandle Kind =>
_reader
.CustomDebugInformationTable.GetKind(Handle);
28
public BlobHandle Value =>
_reader
.CustomDebugInformationTable.GetValue(Handle);