src\libraries\System.Private.CoreLib\src\System\Array.cs (2)
394CopyImpl(sourceArray, sourceArray?.GetLowerBound(0) ?? 0, destinationArray, destinationArray?.GetLowerBound(0) ?? 0, length, reliable: false);
431CopyImpl(sourceArray, sourceIndex, destinationArray, destinationIndex, length, reliable);