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)
138return new Span<byte>(_currentBlock, _currentBlockCount);