4 writes to _current
System.Web (4)
Util\DoubleLinkListEnumerator.cs (4)
24
_current
= list;
28
_current
= _list;
33
_current
= null;
37
_current
= _current.Next;
6 references to _current
System.Web (6)
Util\DoubleLinkListEnumerator.cs (6)
32
if (
_current
.Next == _list) {
37
_current =
_current
.Next;
43
if (
_current
== null ||
_current
== _list)
45
return
_current
.Item;
50
return
_current
;