3 references to IsArray
System.Private.CoreLib (3)
src\System\Runtime\CompilerServices\RuntimeHelpers.CoreCLR.cs (1)
830
Debug.Assert(
IsArray
);
src\System\RuntimeHandles.cs (1)
670
if (th.IsTypeDesc || th.AsMethodTable()->
IsArray
)
src\System\RuntimeType.CoreCLR.cs (1)
3361
if (th.IsTypeDesc || th.AsMethodTable()->
IsArray
)