2 writes to qy1
System.Private.Xml (2)
System\Xml\XPath\Internal\UnionExpr.cs (2)
20
this.
qy1
= query1;
27
this.
qy1
= Clone(other.qy1);
7 references to qy1
System.Private.Xml (7)
System\Xml\XPath\Internal\UnionExpr.cs (6)
27
this.qy1 = Clone(other.
qy1
);
37
qy1
.Reset();
46
qy1
.SetXsltContext(xsltContext);
52
qy1
.Evaluate(context);
92
res1 =
qy1
.Advance();
146
XPathNavigator? result =
qy1
.MatchNode(xsltContext);
System\Xml\Xsl\XsltOld\TemplateAction.cs (1)
149
query = union.
qy1
;