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