1 write to items
System.IdentityModel (1)
System\IdentityModel\Pool.cs (1)
14
items
= new T[maxCount];
5 references to items
System.IdentityModel (5)
System\IdentityModel\Pool.cs (5)
26
T item =
items
[--count];
27
items
[count] = null;
38
if (count <
items
.Length)
40
items
[count++] = item;
52
items
[i] = null;