2 writes to qy1
System.Xml (2)
System\Xml\XPath\Internal\UnionExpr.cs (2)
22this.qy1 = query1; 28this.qy1 = Clone(other.qy1);
8 references to qy1
System.Xml (8)
System\Xml\XPath\Internal\UnionExpr.cs (8)
28this.qy1 = Clone(other.qy1); 37qy1.Reset(); 45qy1.SetXsltContext(xsltContext); 50qy1.Evaluate(context); 85res1 = qy1.Advance(); 122XPathNavigator result = qy1.MatchNode(xsltContext); 140if (qy1 != null) { 141qy1.PrintQuery(w);