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