7 references to Branches
System.ServiceModel (7)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (6)
57
jumpBranch.
Branches
.Add(currentJump);
60
jumpBranch.
Branches
.Add(jumpTo);
93
if (0 == jumpBranch.
Branches
.Count)
1324
OpcodeList branches = opcode.
Branches
;
1471
OpcodeList branches = ((BranchOpcode)jumpTo).
Branches
;
1574
OpcodeList branches = ((BranchOpcode)opcode).
Branches
;
System\ServiceModel\Dispatcher\QueryTreeBuilder.cs (1)
69
OpcodeList branches = (((BranchOpcode) this.diverger.TreeOpcode).
Branches
);