2 writes to _head
Microsoft.AspNetCore.HttpLogging (2)
BufferingStream.cs (2)
138_head = _tail = newSegment; 210_head = _tail = null;
4 references to _head
Microsoft.AspNetCore.HttpLogging (4)
BufferingStream.cs (4)
54if (_head == null || _tail == null) 64var ros = new ReadOnlySequence<byte>(_head, 0, _tail, _tailBytesBuffered); 132if (_head is null) 200var segment = _head;