3 writes to _currentBlock
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (3)
src\Shared\Buffers.MemoryPool\UnmanagedBufferAllocator.cs (3)
38
_currentBlock
= null;
152
_currentBlock
+= count;
171
_currentBlock
= Alloc(_blockSize);
1 reference to _currentBlock
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (1)
src\Shared\Buffers.MemoryPool\UnmanagedBufferAllocator.cs (1)
138
return new Span<byte>(
_currentBlock
, _currentBlockCount);