1 write to m_typeKind
mscorlib (1)
system\reflection\emit\symboltype.cs (1)
228m_typeKind = typeKind;
3 references to m_typeKind
mscorlib (3)
system\reflection\emit\symboltype.cs (3)
525return m_typeKind == TypeKind.IsArray; 530return m_typeKind == TypeKind.IsPointer; 535return m_typeKind == TypeKind.IsByRef;