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