3 writes to current
System (3)
compmod\system\componentmodel\ArraySubsetEnumerator.cs (3)
27current = -1; 32current++; 41current = -1;
3 references to current
System (3)
compmod\system\componentmodel\ArraySubsetEnumerator.cs (3)
31if (current < total - 1) { 46if (current == -1) { 50return array.GetValue(current);