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)
500
return
_typeKind
== TypeKind.IsArray;
505
return
_typeKind
== TypeKind.IsPointer;
510
return
_typeKind
== TypeKind.IsByRef;