1 write to _indices
mscorlib (1)
system\array.cs (1)
2624
_indices
= new int[array.Rank];
11 references to _indices
mscorlib (11)
system\array.cs (11)
2627
_indices
[i] = array.GetLowerBound(i);
2631
_indices
[
_indices
.Length-1]--;
2646
_indices
[rank-1]++;
2648
if (
_indices
[dim] > array.GetUpperBound(dim)) {
2654
_indices
[j] = array.GetLowerBound(j);
2655
_indices
[dim-1]++;
2679
return array.GetValue(
_indices
);
2687
_indices
[i] = array.GetLowerBound(i);
2692
_indices
[
_indices
.Length-1]--;