System\ServiceModel\Dispatcher\QueryBranchOp.cs (20)
13internal JumpOpcode(OpcodeID id, Opcode jump)
28Fx.Assert(value.ID == OpcodeID.BlockEnd, "");
48if (this.jump.ID == OpcodeID.Branch)
88if (this.jump.ID == OpcodeID.Branch)
113if (this.jump.ID == OpcodeID.Branch)
126: this(OpcodeID.JumpIfNot, jump, test)
130protected JumpIfOpcode(OpcodeID id, Opcode jump, bool test)
184: this(OpcodeID.ApplyBoolean, jump, test)
188protected ApplyBooleanOpcode(OpcodeID id, Opcode jump, bool test)
243: base(OpcodeID.StartBoolean)
315: base(OpcodeID.EndBoolean, jump, test)
335internal NoOpOpcode(OpcodeID id)
346: base(OpcodeID.BlockEnd)
384: base(OpcodeID.Cast)
653: this(OpcodeID.Branch)
657internal BranchOpcode(OpcodeID id)
1236internal QueryConditionalBranchOpcode(OpcodeID id, QueryBranchIndex branchIndex)
1321if (OpcodeID.Branch == next.ID)
1497if (OpcodeID.BlockEnd == next.ID)
1572if (OpcodeID.Branch == opcode.ID)