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); 38while ((node = _child.Advance()) != null) 48XPathNavigator? context = _child.MatchNode(current);