11 references to Count
System.ServiceModel (11)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (10)
93if (0 == jumpBranch.Branches.Count) 675for (int i = 0; i < this.branches.Count; ++i) 706for (int i = 0; i < this.branches.Count; ++i) 727int branchCount = this.branches.Count; 828for (int i = 0, count = this.branches.Count; i < count; ++i) 853if (0 == this.branches.Count) 885for (int i = 0; i < this.branches.Count; ++i) 1325for (int i = 0; i < branches.Count; ++i) 1472for (int i = 0; i < branches.Count; ++i) 1575for (int i = 0; i < branches.Count; ++i)
System\ServiceModel\Dispatcher\QueryTreeBuilder.cs (1)
70for (int i = 0, count = branches.Count; i < count; ++i)