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