8 references to ElementMethodTable
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\Array.cs (8)
532
MethodTable* pDestMT = destinationArray.
ElementMethodTable
;
534
Debug.Assert(!sourceArray.
ElementMethodTable
->IsValueType);
577
MethodTable* pSrcMT = sourceArray.
ElementMethodTable
;
580
Debug.Assert(!destinationArray.
ElementMethodTable
->IsValueType);
601
MethodTable* pDestMT = destinationArray.
ElementMethodTable
;
603
Debug.Assert(!sourceArray.
ElementMethodTable
->IsValueType);
627
Debug.Assert(sourceArray.
ElementMethodTable
->IsPrimitive);
628
Debug.Assert(destinationArray.
ElementMethodTable
->IsPrimitive);