4 references to RelativePath
System.ServiceModel (4)
System\ServiceModel\Dispatcher\XPathCompiler.cs (2)
211
case XPathExprType.
RelativePath
:
714
Fx.Assert(XPathExprType.
RelativePath
== expr.Type, "");
System\ServiceModel\Dispatcher\XPathParser.cs (2)
673
XPathExpr relPathExpr = new XPathExpr(XPathExprType.
RelativePath
, ValueDataType.Sequence, relPath);
689
XPathExpr relPathExpr = new XPathExpr(XPathExprType.
RelativePath
, ValueDataType.Sequence, relPath);