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