2 writes to query
System.Xml (2)
System\Xml\XPath\Internal\XPathSelectionIterator.cs (2)
25this.query = query; 30this.query = (Query) it.query.Clone();
4 references to query
System.Xml (4)
System\Xml\XPath\Internal\XPathSelectionIterator.cs (4)
30this.query = (Query) it.query.Clone(); 35this.query.Reset(); 39XPathNavigator n = query.Advance(); 50public override int Count { get { return query.Count; } }