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