2 writes to qy2
System.Xml (2)
System\Xml\XPath\Internal\UnionExpr.cs (2)
23this.qy2 = query2; 29this.qy2 = Clone(other.qy2);
8 references to qy2
System.Xml (8)
System\Xml\XPath\Internal\UnionExpr.cs (8)
29this.qy2 = Clone(other.qy2); 38qy2.Reset(); 46qy2.SetXsltContext(xsltContext); 51qy2.Evaluate(context); 90res2 = qy2.Advance(); 126return qy2.MatchNode(xsltContext); 143if (qy2 != null) { 144qy2.PrintQuery(w);