3 references to Handle
System.Reflection.Metadata (3)
System\Reflection\Metadata\PortablePdb\CustomDebugInformation.cs (3)
21
public EntityHandle Parent => _reader.CustomDebugInformationTable.GetParent(
Handle
);
22
public GuidHandle Kind => _reader.CustomDebugInformationTable.GetKind(
Handle
);
23
public BlobHandle Value => _reader.CustomDebugInformationTable.GetValue(
Handle
);