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