4 writes to _tail
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Infrastructure\PipeWriterHelpers\ConcurrentPipeWriter.cs (4)
243
_tail
= null;
281
_head =
_tail
= null;
329
_head =
_tail
= newSegment;
350
_tail
= newSegment;
8 references to _tail
Microsoft.AspNetCore.Server.Kestrel.Core (8)
Internal\Infrastructure\PipeWriterHelpers\ConcurrentPipeWriter.cs (8)
249
Debug.Assert(
_tail
!= null);
252
_tail
.End += _tailBytesBuffered;
275
_head =
_tail
;
279
_tail
.ResetMemory();
280
ReturnSegmentUnsynchronized(
_tail
);
338
Debug.Assert(
_tail
!= null);
343
_tail
.End += _tailBytesBuffered;
349
_tail
.SetNext(newSegment);