2 instantiations of PushNumberOpcode
System.ServiceModel (2)
System\ServiceModel\Dispatcher\XPathCompiler.cs (2)
236this.codeBlock.Append(new PushNumberOpcode(literal)); 489this.codeBlock.Append(new PushNumberOpcode(left));
1 reference to PushNumberOpcode
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryCoreOp.cs (1)
185return (this.literal == ((PushNumberOpcode)op).literal);