1 instantiation of StringPrefixOpcode
System.ServiceModel (1)
System\ServiceModel\Dispatcher\XPathCompiler.cs (1)
389
this.codeBlock.Append(new
StringPrefixOpcode
(((XPathStringExpr)expr.SubExpr[1]).String));
4 references to StringPrefixOpcode
System.ServiceModel (4)
System\ServiceModel\Dispatcher\QueryPrefixOp.cs (4)
733
StringPrefixOpcode
prefixOp = op as
StringPrefixOpcode
;
752
StringPrefixOpcode
prefixOp = (
StringPrefixOpcode
)op;