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