8 references to TypeKind
System.Private.CoreLib (8)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs (8)
25internal TypeKind _typeKind; 70symbolType = new SymbolType(baseType, TypeKind.IsByRef); 84symbolType = new SymbolType(baseType, TypeKind.IsArray); 203symbolType = new SymbolType(baseType, TypeKind.IsPointer); 215internal SymbolType(Type baseType, TypeKind typeKind) 500return _typeKind == TypeKind.IsArray; 505return _typeKind == TypeKind.IsPointer; 510return _typeKind == TypeKind.IsByRef;