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)
40
if (handle.
VType
!= tokenTypeSmall)
123
if (handle.
VType
!= tokenTypeSmall)
206
if (handle.
VType
!= tokenTypeSmall)
289
if (handle.
VType
!= tokenTypeSmall)
384
if (handle.
VType
!= tokenTypeSmall)
467
if (handle.
VType
!= tokenTypeSmall)
550
if (handle.
VType
!= tokenTypeSmall)
633
if (handle.
VType
!= tokenTypeSmall)
716
if (handle.
VType
!= tokenTypeSmall)
799
if (handle.
VType
!= tokenTypeSmall)
882
if (handle.
VType
!= tokenTypeSmall)
965
if (handle.
VType
!= tokenTypeSmall)
1048
if (handle.
VType
!= tokenTypeSmall)
1131
if (handle.
VType
!= tokenTypeSmall)
1214
if (handle.
VType
!= tokenTypeSmall)
1297
if (handle.
VType
!= tokenTypeSmall)
1380
if (handle.
VType
!= tokenTypeSmall)
1463
if (handle.
VType
!= tokenTypeSmall)
1546
if (handle.
VType
!= tokenTypeSmall)
1747
if (handle.
VType
!= tokenTypeSmall)
1830
if (handle.
VType
!= tokenTypeSmall)
1913
if (handle.
VType
!= tokenTypeSmall)
1996
if (handle.
VType
!= tokenTypeSmall)
2079
if (handle.
VType
!= tokenTypeSmall)
2166
if (handle.
VType
!= HandleType.UserString)
2353
if ((handle.
VType
& ~(HandleType.VirtualBit | HandleType.NonVirtualStringTypeMask)) != HandleType.String)
2360
(handle.
VType
& HandleType.VirtualBit) << 24 |
2361
(handle.
VType
& HandleType.NonVirtualStringTypeMask) << HeapHandleType.OffsetBitCount |
2483
if ((handle.
VType
& HandleType.TypeMask) != HandleType.Namespace)
2489
(handle.
VType
& HandleType.VirtualBit) << TokenTypeIds.RowIdBitCount |
2612
if ((handle.
VType
& HandleType.TypeMask) != HandleType.Blob)
2618
(handle.
VType
& HandleType.VirtualBit) << TokenTypeIds.RowIdBitCount |
2701
if (handle.
VType
!= HandleType.Guid)