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