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