1 type derived from JumpIfOpcode
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (1)
181
class ApplyBooleanOpcode :
JumpIfOpcode
1 instantiation of JumpIfOpcode
System.ServiceModel (1)
System\ServiceModel\Dispatcher\XPathCompiler.cs (1)
169
boolBlock.Append(new
JumpIfOpcode
(blockEnd, testValue));
3 references to JumpIfOpcode
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (3)
148
return (this.test == ((
JumpIfOpcode
)op).test);
1450
JumpIfOpcode
jump = next as
JumpIfOpcode
;