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)
132
if (sizeHint >
_currentBlockCount
)
138
return new Span<byte>(_currentBlock,
_currentBlockCount
);
150
if (
_currentBlockCount
> 0)