1 instantiation of XPathStringExpr
System.ServiceModel (1)
System\ServiceModel\Dispatcher\XPathParser.cs (1)
474return new XPathStringExpr(literal.Name);
4 references to XPathStringExpr
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;