7 references to String
System.ServiceModel (7)
System\ServiceModel\Dispatcher\XPathCompiler.cs (6)
239case XPathExprType.String: 386if (XPathExprType.String == expr.SubExpr[1].Type) 699if (expr.Op == RelationOperator.Eq && (XPathExprType.String == expr.Left.Type || XPathExprType.String == expr.Right.Type)) 724bool leftString = (XPathExprType.String == expr.Left.Type); 725bool rightString = (XPathExprType.String == expr.Right.Type);
System\ServiceModel\Dispatcher\XPathExpr.cs (1)
427: base(XPathExprType.String, ValueDataType.String)