2 writes to qy2
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\UnionExpr.cs (2)
23this.qy2 = query2; 30this.qy2 = Clone(other.qy2);
8 references to qy2
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\UnionExpr.cs (8)
30this.qy2 = Clone(other.qy2); 40qy2.Reset(); 49qy2.SetXsltContext(xsltContext); 55qy2.Evaluate(context); 102res2 = qy2.Advance(); 153return qy2.MatchNode(xsltContext); 172if (qy2 != null) 174qy2.PrintQuery(w);