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