2 references to IsArray
mscorlib (2)
system\reflection\emit\symboltype.cs (2)
79
symbolType = new SymbolType(TypeKind.
IsArray
);
525
return m_typeKind == TypeKind.
IsArray
;