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