6 instantiations of XPathStepExpr
System.ServiceModel (6)
System\ServiceModel\Dispatcher\XPathParser.cs (6)
158
path.Add(new
XPathStepExpr
(new NodeSelectCriteria(QueryAxisType.Child, NodeQName.Empty, QueryNodeType.Root)));
165
path.Add(new
XPathStepExpr
(new NodeSelectCriteria(QueryAxisType.Child, NodeQName.Empty, QueryNodeType.Root)));
166
path.Add(new
XPathStepExpr
(new NodeSelectCriteria(QueryAxisType.DescendantOrSelf, NodeQName.Empty, QueryNodeType.All)));
692
pathExpr.Add(new
XPathStepExpr
(new NodeSelectCriteria(QueryAxisType.DescendantOrSelf, NodeQName.Empty, QueryNodeType.All)));
806
step = new
XPathStepExpr
(new NodeSelectCriteria(QueryAxisType.DescendantOrSelf, NodeQName.Empty, QueryNodeType.All));
931
return new
XPathStepExpr
(selectDesc, predicates);
8 references to XPathStepExpr
System.ServiceModel (8)
System\ServiceModel\Dispatcher\XPathCompiler.cs (6)
444
XPathStepExpr
firstStep = (
XPathStepExpr
)expr.SubExpr[0];
618
XPathStepExpr
step = (
XPathStepExpr
)e;
745
XPathStepExpr
step = (
XPathStepExpr
)steps[i];
System\ServiceModel\Dispatcher\XPathParser.cs (2)
790
XPathStepExpr
step = this.ParseStep();
882
XPathStepExpr
ParseStep()