41 references to VType
System.Reflection.Metadata (41)
System\Reflection\Metadata\Internal\MetadataFlags.cs (1)
199
/// These constants are all in the byte range and apply to the interpretation of <see cref="Handle.
VType
"/>,
System\Reflection\Metadata\PortablePdb\Handles.Debug.cs (7)
39
if (handle.
VType
!= tokenTypeSmall)
122
if (handle.
VType
!= tokenTypeSmall)
217
if (handle.
VType
!= tokenTypeSmall)
300
if (handle.
VType
!= tokenTypeSmall)
383
if (handle.
VType
!= tokenTypeSmall)
466
if (handle.
VType
!= tokenTypeSmall)
549
if (handle.
VType
!= tokenTypeSmall)
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (33)
39
if (handle.
VType
!= tokenTypeSmall)
122
if (handle.
VType
!= tokenTypeSmall)
205
if (handle.
VType
!= tokenTypeSmall)
288
if (handle.
VType
!= tokenTypeSmall)
383
if (handle.
VType
!= tokenTypeSmall)
466
if (handle.
VType
!= tokenTypeSmall)
549
if (handle.
VType
!= tokenTypeSmall)
632
if (handle.
VType
!= tokenTypeSmall)
715
if (handle.
VType
!= tokenTypeSmall)
798
if (handle.
VType
!= tokenTypeSmall)
881
if (handle.
VType
!= tokenTypeSmall)
964
if (handle.
VType
!= tokenTypeSmall)
1047
if (handle.
VType
!= tokenTypeSmall)
1130
if (handle.
VType
!= tokenTypeSmall)
1213
if (handle.
VType
!= tokenTypeSmall)
1296
if (handle.
VType
!= tokenTypeSmall)
1379
if (handle.
VType
!= tokenTypeSmall)
1462
if (handle.
VType
!= tokenTypeSmall)
1545
if (handle.
VType
!= tokenTypeSmall)
1746
if (handle.
VType
!= tokenTypeSmall)
1829
if (handle.
VType
!= tokenTypeSmall)
1912
if (handle.
VType
!= tokenTypeSmall)
1995
if (handle.
VType
!= tokenTypeSmall)
2078
if (handle.
VType
!= tokenTypeSmall)
2165
if (handle.
VType
!= HandleType.UserString)
2352
if ((handle.
VType
& ~(HandleType.VirtualBit | HandleType.NonVirtualStringTypeMask)) != HandleType.String)
2359
(handle.
VType
& HandleType.VirtualBit) << 24 |
2360
(handle.
VType
& HandleType.NonVirtualStringTypeMask) << HeapHandleType.OffsetBitCount |
2482
if ((handle.
VType
& HandleType.TypeMask) != HandleType.Namespace)
2488
(handle.
VType
& HandleType.VirtualBit) << TokenTypeIds.RowIdBitCount |
2614
if ((handle.
VType
& HandleType.TypeMask) != HandleType.Blob)
2620
(handle.
VType
& HandleType.VirtualBit) << TokenTypeIds.RowIdBitCount |
2703
if (handle.
VType
!= HandleType.Guid)