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)
54
if (
_head
== null || _tail == null)
64
var ros = new ReadOnlySequence<byte>(
_head
, 0, _tail, _tailBytesBuffered);
132
if (
_head
is null)
200
var segment =
_head
;