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