1 instantiation of PushStringOpcode
System.ServiceModel (1)
System\ServiceModel\Dispatcher\XPathCompiler.cs (1)
240this.codeBlock.Append(new PushStringOpcode(((XPathStringExpr)expr).String));
1 reference to PushStringOpcode
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryCoreOp.cs (1)
146return (this.literal == ((PushStringOpcode)op).literal);