4 instantiations of 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));
2 references to PushBooleanOpcode
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryCoreOp.cs (1)
224
return (this.literal == ((
PushBooleanOpcode
)op).literal);
System\ServiceModel\Dispatcher\QueryMatcher.cs (1)
647
static
PushBooleanOpcode
matchAlwaysFilter; // used for compiling xpaths that always match - i.e. xpath.Length == 0