3 references to InternalGetValue
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Array.cs (2)
429
return
InternalGetValue
(GetFlattenedIndex(indices));
437
return
InternalGetValue
(GetFlattenedIndex(index));
src\libraries\System.Private.CoreLib\src\System\Array.Enumerators.cs (1)
60
return array.
InternalGetValue
(index);