1 write to branches
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (1)
661this.branches = new OpcodeList(2);
24 references to branches
System.ServiceModel (24)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (24)
668return this.branches; 675for (int i = 0; i < this.branches.Count; ++i) 677if (this.branches[i].IsEquivalentForAdd(opcode)) 679this.branches[i].Add(opcode); 693Fx.Assert(-1 == this.branches.IndexOf(opcode), ""); 694this.branches.Add(opcode); 706for (int i = 0; i < this.branches.Count; ++i) 708this.branches[i].CollectXPathFilters(filters); 727int branchCount = this.branches.Count; 741branch = this.branches[i]; 762branch = branches[i]; 773branch = branches[i]; 789throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(e.Process(branches[i])); 793throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(e.Process(branches[i])); 828for (int i = 0, count = this.branches.Count; i < count; ++i) 830Opcode branch = this.branches[i]; 853if (0 == this.branches.Count) 867this.branches.Remove(opcode); 868this.branches.Trim(); 873int i = this.branches.IndexOf(replace); 877this.branches[i] = with; 884this.branches.Trim(); 885for (int i = 0; i < this.branches.Count; ++i) 887this.branches[i].Trim();