3 writes to _count
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Buffers\SharedArrayPool.cs (3)
409
_count
= count + 1;
427
_count
= count;
476
Array? array = _arrays[--
_count
];
7 references to _count
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Buffers\SharedArrayPool.cs (7)
398
int count =
_count
;
422
int count =
_count
- 1;
438
if (
_count
== 0)
447
if (
_count
== 0)
474
while (
_count
> 0 && trimCount-- > 0)
478
_arrays[
_count
] = null;
486
_millisecondsTimestamp =
_count
> 0 ?