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)
54
if (_head == null ||
_tail
== null)
62
_tail
.End = _tailBytesBuffered;
64
var ros = new ReadOnlySequence<byte>(_head, 0,
_tail
, _tailBytesBuffered);
147
Debug.Assert(
_tail
!= null);
152
_tail
.End += _tailBytesBuffered;
158
_tail
.SetNext(newSegment);