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)
462
return new
XPathExpr
(XPathExprType.LocationPath, ValueDataType.Sequence, path);
673
XPathExpr relPathExpr = new
XPathExpr
(XPathExprType.RelativePath, ValueDataType.Sequence, relPath);
689
XPathExpr relPathExpr = new
XPathExpr
(XPathExprType.RelativePath, ValueDataType.Sequence, relPath);