1 reference to TryPop
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Buffers\SharedArrayPool.cs (1)
367
if ((arr = partitions[index].
TryPop
()) is not null) return arr;