3 references to CustomDebugInformation
System.Reflection.Metadata (3)
System\Reflection\Metadata\HandleKind.cs (1)
43
CustomDebugInformation = (byte)HandleType.
CustomDebugInformation
,
System\Reflection\Metadata\Internal\MetadataFlags.cs (1)
327
internal const uint CustomDebugInformation = HandleType.
CustomDebugInformation
<< RowIdBitCount;
System\Reflection\Metadata\PortablePdb\Handles.Debug.cs (1)
523
private const byte tokenTypeSmall = (byte)HandleType.
CustomDebugInformation
;