6 references to XPathExpr
System.ServiceModel (6)
System\ServiceModel\Dispatcher\XPathExpr.cs (3)
259: base(XPathExprType.Function, function.ReturnType, subExpr) 280: base(XPathExprType.XsltFunction, ConvertTypeFromXslt(function.ReturnType), subExpr) 385: base(XPathExprType.PathStep, ValueDataType.Sequence, predicates)
System\ServiceModel\Dispatcher\XPathParser.cs (3)
462return new XPathExpr(XPathExprType.LocationPath, ValueDataType.Sequence, path); 673XPathExpr relPathExpr = new XPathExpr(XPathExprType.RelativePath, ValueDataType.Sequence, relPath); 689XPathExpr relPathExpr = new XPathExpr(XPathExprType.RelativePath, ValueDataType.Sequence, relPath);