4 references to 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));