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