6 writes to _nodeIterator
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\DescendantQuery.cs (6)
21
_nodeIterator
= Clone(other._nodeIterator);
26
_nodeIterator
= null;
46
_nodeIterator
= new IteratorFilter(nav.SelectDescendants(TypeTest, matchSelf), Name);
50
_nodeIterator
= nav.SelectDescendants(Name, Namespace, matchSelf);
55
_nodeIterator
= nav.SelectDescendants(TypeTest, matchSelf);
67
_nodeIterator
= null;
4 references to _nodeIterator
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\DescendantQuery.cs (4)
21
_nodeIterator = Clone(other.
_nodeIterator
);
34
if (
_nodeIterator
== null)
59
if (
_nodeIterator
.MoveNext())
62
currentNode =
_nodeIterator
.Current;