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