8 references to GetFlattenedIndex
System.Private.CoreLib (8)
Internal\Runtime\Augments\RuntimeAugments.cs (2)
156
nint flattenedIndex = array.
GetFlattenedIndex
(indices);
163
nint flattenedIndex = array.
GetFlattenedIndex
(indices);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Array.cs (6)
821
return InternalGetValue(
GetFlattenedIndex
(indices));
837
return InternalGetValue(
GetFlattenedIndex
([index1, index2]));
845
return InternalGetValue(
GetFlattenedIndex
([index1, index2, index3]));
861
InternalSetValue(value,
GetFlattenedIndex
([index1, index2]));
869
InternalSetValue(value,
GetFlattenedIndex
([index1, index2, index3]));
879
InternalSetValue(value,
GetFlattenedIndex
(indices));