3 writes to _count
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Pool.cs (3)
27T item = _items[--_count]; 41_items[_count++] = item; 54_count = 0;
5 references to _count
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Pool.cs (5)
20get { return _count; } 25if (_count > 0) 28_items[_count] = null; 39if (_count < _items.Length) 52for (int i = 0; i < _count; i++)