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