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