1 write to array
mscorlib (1)
system\array.cs (1)
2620
this.
array
= array;
7 references to array
mscorlib (7)
system\array.cs (7)
2645
int rank =
array
.Rank;
2648
if (_indices[dim] >
array
.GetUpperBound(dim)) {
2654
_indices[j] =
array
.GetLowerBound(j);
2679
return
array
.GetValue(_indices);
2686
for(int i=0; i<
array
.Rank; i++) {
2687
_indices[i] =
array
.GetLowerBound(i);
2688
checkForZero *=
array
.GetLength(i);