1 write to _typeKind
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs (1)
220_typeKind = typeKind;
3 references to _typeKind
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs (3)
500return _typeKind == TypeKind.IsArray; 505return _typeKind == TypeKind.IsPointer; 510return _typeKind == TypeKind.IsByRef;