1 write to _poolId
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Buffers\ConfigurableArrayPool.cs (1)
175
_poolId
= poolId;
2 references to _poolId
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Buffers\ConfigurableArrayPool.cs (2)
218
log.BufferAllocated(buffer.GetHashCode(), _bufferLength,
_poolId
, Id,
266
log.BufferDropped(array.GetHashCode(), _bufferLength,
_poolId
, Id, ArrayPoolEventSource.BufferDroppedReason.Full);