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