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