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