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