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); 34if (_nodeIterator == null) 59if (_nodeIterator.MoveNext()) 62currentNode = _nodeIterator.Current;