5 references to GetMultiDimensionalArrayBounds
System.Private.CoreLib (5)
src\System\Array.CoreCLR.cs (5)
431
ref int bounds = ref RuntimeHelpers.
GetMultiDimensionalArrayBounds
(this);
447
ref int bounds = ref RuntimeHelpers.
GetMultiDimensionalArrayBounds
(this);
641
return Unsafe.Add(ref RuntimeHelpers.
GetMultiDimensionalArrayBounds
(this), dimension);
654
ref int bounds = ref RuntimeHelpers.
GetMultiDimensionalArrayBounds
(this);
668
return Unsafe.Add(ref RuntimeHelpers.
GetMultiDimensionalArrayBounds
(this), rank + dimension);