2 writes to qy2
System.Private.Xml (2)
System\Xml\XPath\Internal\UnionExpr.cs (2)
21
this.
qy2
= query2;
28
this.
qy2
= Clone(other.qy2);
9 references to qy2
System.Private.Xml (9)
System\Xml\XPath\Internal\UnionExpr.cs (6)
28
this.qy2 = Clone(other.
qy2
);
38
qy2
.Reset();
47
qy2
.SetXsltContext(xsltContext);
53
qy2
.Evaluate(context);
100
res2 =
qy2
.Advance();
151
return
qy2
.MatchNode(xsltContext);
System\Xml\Xsl\XsltOld\TemplateAction.cs (3)
139
Debug.Assert(!(union.
qy2
is UnionExpr), "only qy1 can be union");
142
new CompiledXpathExpr(union.
qy2
, expr.Expression, false),
146
copy._priority = union.
qy2
.XsltDefaultPriority;