4 writes to index
mscorlib (4)
system\array.cs (4)
2621
this.
index
= index - 1;
2667
index
= endIndex;
2670
index
++;
2684
index
= startIndex - 1;
1 reference to index
mscorlib (1)
system\array.cs (1)
2677
if (
index
< startIndex) throw new InvalidOperationException(Environment.GetResourceString(ResId.InvalidOperation_EnumNotStarted));