1 write to _items
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Pool.cs (1)
15
_items
= new T[maxCount];
5 references to _items
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Pool.cs (5)
27
T item =
_items
[--_count];
28
_items
[_count] = null;
39
if (_count <
_items
.Length)
41
_items
[_count++] = item;
53
_items
[i] = null;