19 references to Count
System.ServiceModel (19)
System\ServiceModel\Dispatcher\MessageFilterTable.cs (12)
163
for (int i = 0; i < this.tables.
Count
; ++i)
266
for (int i = 0; i < this.tables.
Count
; ++i)
284
for (int i = 0; i < this.tables.
Count
; ++i)
316
for (int i = 0; i < this.tables.
Count
; ++i)
367
for (int i = 0; i < this.tables.
Count
; ++i)
411
for (int i = 0; i < this.tables.
Count
; ++i)
433
for (int i = 0; i < this.tables.
Count
; ++i)
452
for (int i = 0; i < this.tables.
Count
; ++i)
485
for (int i = 0; i < this.tables.
Count
; ++i)
521
for (int i = 0; i < this.tables.
Count
; ++i)
543
for (int i = 0; i < this.tables.
Count
; ++i)
559
for (int i = 0; i < this.tables.
Count
; ++i)
System\ServiceModel\Dispatcher\QueryNode.cs (1)
970
for (int i = 0; i < buff.
Count
; ++i)
System\ServiceModel\Dispatcher\QueryPrefixOp.cs (6)
76
return (null == this.data && 1 == this.children.
Count
);
84
return (null == this.data && 0 == this.children.
Count
);
103
for (int i = 0; i < this.children.
Count
; ++i)
133
return (this.children.
Count
> 0);
313
if (0 == this.children.
Count
)
385
for (int i = 0; i < this.children.
Count
; ++i)