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