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