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