4 instantiations of PushBooleanOpcode
System.ServiceModel (4)
System\ServiceModel\Dispatcher\QueryMatcher.cs (2)
410codeBlock.Append(new PushBooleanOpcode(true)); // Always match by pushing true on the eval stack 652XPathQueryMatcher.matchAlwaysFilter = new PushBooleanOpcode(true); //dummy
System\ServiceModel\Dispatcher\XPathCompiler.cs (2)
114boolBlock.Append(new PushBooleanOpcode(testValue)); 404this.codeBlock.Append(new PushBooleanOpcode(result));
2 references to PushBooleanOpcode
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryCoreOp.cs (1)
224return (this.literal == ((PushBooleanOpcode)op).literal);
System\ServiceModel\Dispatcher\QueryMatcher.cs (1)
647static PushBooleanOpcode matchAlwaysFilter; // used for compiling xpaths that always match - i.e. xpath.Length == 0