2 writes to qy1
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\UnionExpr.cs (2)
22this.qy1 = query1; 29this.qy1 = Clone(other.qy1);
8 references to qy1
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\UnionExpr.cs (8)
29this.qy1 = Clone(other.qy1); 39qy1.Reset(); 48qy1.SetXsltContext(xsltContext); 54qy1.Evaluate(context); 94res1 = qy1.Advance(); 148XPathNavigator result = qy1.MatchNode(xsltContext); 168if (qy1 != null) 170qy1.PrintQuery(w);