4 references to String
System.ServiceModel (4)
System\ServiceModel\Dispatcher\XPathCompiler.cs (4)
240
this.codeBlock.Append(new PushStringOpcode(((XPathStringExpr)expr).
String
));
389
this.codeBlock.Append(new StringPrefixOpcode(((XPathStringExpr)expr.SubExpr[1]).
String
));
731
string literal = leftString ? ((XPathStringExpr)expr.Left).
String
: ((XPathStringExpr)expr.Right).
String
;