4 references to PushBooleanOpcode
System.ServiceModel (4)
System\ServiceModel\Dispatcher\QueryMatcher.cs (2)
410
codeBlock.Append(new
PushBooleanOpcode
(true)); // Always match by pushing true on the eval stack
652
XPathQueryMatcher.matchAlwaysFilter = new
PushBooleanOpcode
(true); //dummy
System\ServiceModel\Dispatcher\XPathCompiler.cs (2)
114
boolBlock.Append(new
PushBooleanOpcode
(testValue));
404
this.codeBlock.Append(new
PushBooleanOpcode
(result));