2 writes to child
System.Xml (2)
System\Xml\XPath\Internal\MergeFilterQuery.cs (2)
20this.child = child; 23this.child = Clone(other.child);
6 references to child
System.Xml (6)
System\Xml\XPath\Internal\MergeFilterQuery.cs (6)
23this.child = Clone(other.child); 28child.SetXsltContext(xsltContext); 35child.Evaluate(input); 37while ((node = child.Advance()) != null) { 45XPathNavigator context = child.MatchNode(current); 69child.PrintQuery(w);