5 writes to _iterator
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\followingquery.cs (5)
21
_iterator
= Clone(other._iterator);
26
_iterator
= null;
48
_iterator
= XPathEmptyIterator.Instance;
72
_iterator
= _input.SelectDescendants(Name, Namespace, matchSelf);
76
_iterator
= _input.SelectDescendants(TypeTest, matchSelf);
4 references to _iterator
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\followingquery.cs (4)
21
_iterator = Clone(other.
_iterator
);
32
if (
_iterator
== null)
51
while (!
_iterator
.MoveNext())
80
currentNode =
_iterator
.Current;