3 writes to _tail
Microsoft.AspNetCore.HttpLogging (3)
BufferingStream.cs (3)
138_head = _tail = newSegment; 159_tail = newSegment; 210_head = _tail = null;
6 references to _tail
Microsoft.AspNetCore.HttpLogging (6)
BufferingStream.cs (6)
54if (_head == null || _tail == null) 62_tail.End = _tailBytesBuffered; 64var ros = new ReadOnlySequence<byte>(_head, 0, _tail, _tailBytesBuffered); 147Debug.Assert(_tail != null); 152_tail.End += _tailBytesBuffered; 158_tail.SetNext(newSegment);