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