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