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