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