8 references to ElementMethodTable
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\Array.cs (8)
537
MethodTable* pDestMT = destinationArray.
ElementMethodTable
;
539
Debug.Assert(!sourceArray.
ElementMethodTable
->IsValueType);
582
MethodTable* pSrcMT = sourceArray.
ElementMethodTable
;
585
Debug.Assert(!destinationArray.
ElementMethodTable
->IsValueType);
606
MethodTable* pDestMT = destinationArray.
ElementMethodTable
;
608
Debug.Assert(!sourceArray.
ElementMethodTable
->IsValueType);
632
Debug.Assert(sourceArray.
ElementMethodTable
->IsPrimitive);
633
Debug.Assert(destinationArray.
ElementMethodTable
->IsPrimitive);