8 references to Branch
System.ServiceModel (8)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (6)
48if (this.jump.ID == OpcodeID.Branch) 88if (this.jump.ID == OpcodeID.Branch) 113if (this.jump.ID == OpcodeID.Branch) 653: this(OpcodeID.Branch) 1321if (OpcodeID.Branch == next.ID) 1572if (OpcodeID.Branch == opcode.ID)
System\ServiceModel\Dispatcher\QueryOpcode.cs (1)
202Fx.Assert(OpcodeID.Branch != next.ID, "");
System\ServiceModel\Dispatcher\QueryTreeBuilder.cs (1)
67if (OpcodeID.Branch == this.diverger.TreeOpcode.ID)