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