3 writes to _currentBlockCount
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (3)
src\Shared\Buffers.MemoryPool\UnmanagedBufferAllocator.cs (3)
36_currentBlockCount = -1; 149_currentBlockCount -= count; 172_currentBlockCount = _blockSize;
3 references to _currentBlockCount
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (3)
src\Shared\Buffers.MemoryPool\UnmanagedBufferAllocator.cs (3)
132if (sizeHint > _currentBlockCount) 138return new Span<byte>(_currentBlock, _currentBlockCount); 150if (_currentBlockCount > 0)