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); 32if (_iterator == null) 51while (!_iterator.MoveNext()) 80currentNode = _iterator.Current;