1 write to startIndex
mscorlib (1)
system\array.cs (1)
2622startIndex = index;
2 references to startIndex
mscorlib (2)
system\array.cs (2)
2677if (index < startIndex) throw new InvalidOperationException(Environment.GetResourceString(ResId.InvalidOperation_EnumNotStarted)); 2684index = startIndex - 1;