2 references to Next
System.Web (2)
Util\DoubleLinkListEnumerator.cs (2)
32
if (_current.
Next
== _list) {
37
_current = _current.
Next
;