3 writes to count
System.ServiceModel (3)
System\ServiceModel\Pool.cs (3)
26
T item = items[--
count
];
40
items[
count
++] = item;
53
count
= 0;
5 references to count
System.ServiceModel (5)
System\ServiceModel\Pool.cs (5)
19
get { return
count
; }
24
if (
count
> 0)
27
items[
count
] = null;
38
if (
count
< items.Length)
51
for (int i = 0; i <
count
; i++)