2 writes to _child
System.Private.Xml (2)
System\Xml\XPath\Internal\MergeFilterQuery.cs (2)
17
_child
= child;
21
_child
= Clone(other._child);
5 references to _child
System.Private.Xml (5)
System\Xml\XPath\Internal\MergeFilterQuery.cs (5)
21
_child = Clone(other.
_child
);
27
_child
.SetXsltContext(xsltContext);
36
_child
.Evaluate(input);
38
while ((node =
_child
.Advance()) != null)
48
XPathNavigator? context =
_child
.MatchNode(current);