8 references to Type
System.Reflection.Metadata (8)
System\Reflection\Metadata\Ecma335\MetadataTokens.cs (1)
65
return (int)handle.
Type
| MapVirtualHandleRowId(reader, handle);
System\Reflection\Metadata\EntityHandle.cs (1)
85
return (HandleKind)(
Type
>> TokenTypeIds.RowIdBitCount);
System\Reflection\Metadata\Internal\HasCustomAttributeTag.cs (1)
116
uint tokenType = handle.
Type
;
System\Reflection\Metadata\Internal\HasDeclSecurityTag.cs (1)
38
uint tokenType = handle.
Type
;
System\Reflection\Metadata\Internal\HasFieldMarshalTag.cs (2)
36
if (handle.
Type
== TokenTypeIds.FieldDef)
40
else if (handle.
Type
== TokenTypeIds.ParamDef)
System\Reflection\Metadata\PortablePdb\HasCustomDebugInformationTag.cs (1)
130
uint tokenType = handle.
Type
;
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (1)
1661
if (handle.
Type
!= tokenType)