15 references to IsSzArray
System.Private.CoreLib (15)
Internal\Reflection\Core\Execution\ExecutionDomain.cs (1)
131
multiDim: !pEEType->
IsSzArray
, rank: pEEType->ArrayRank,
Internal\Runtime\Augments\RuntimeAugments.cs (2)
94
Debug.Assert(typeHandleForArrayType.ToMethodTable()->
IsSzArray
);
367
return arrayHandle.ToMethodTable()->
IsSzArray
? -1 : arrayHandle.ToMethodTable()->ArrayRank;
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\RuntimeExports.cs (1)
61
Debug.Assert(pEEType->
IsSzArray
);
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\TypeCast.cs (1)
872
if (!pObjType->
IsSzArray
|| pTargetType->ArrayRank != 1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Array.cs (5)
375
pMT->
IsSzArray
&&
410
pMT->
IsSzArray
&&
698
if (!pMT->
IsSzArray
)
728
if (!RuntimeHelpers.GetMethodTable(this)->
IsSzArray
)
744
if (!RuntimeHelpers.GetMethodTable(this)->
IsSzArray
)
System\Array.NativeAot.cs (5)
132
Debug.Assert(eeType->IsArray && !eeType->
IsSzArray
);
180
Debug.Assert(pEEType->IsArray && !pEEType->
IsSzArray
);
218
if (pEEType->
IsSzArray
)
226
Debug.Assert(elementType->
IsSzArray
);
281
Debug.Assert(!this.GetMethodTable()->
IsSzArray
);