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