4 writes to _tail
System.IO.Pipelines (4)
System\IO\Pipelines\StreamPipeWriter.cs (4)
127
_head =
_tail
= newSegment;
147
_tail
= newSegment;
349
_tail
= null;
416
_tail
= null;
7 references to _tail
System.IO.Pipelines (7)
System\IO\Pipelines\StreamPipeWriter.cs (7)
132
Debug.Assert(
_tail
!= null);
140
_tail
.End += _tailBytesBuffered;
146
_tail
.SetNext(newSegment);
304
Debug.Assert(
_tail
!= null);
307
_tail
.End += _tailBytesBuffered;
381
Debug.Assert(
_tail
!= null);
384
_tail
.End += _tailBytesBuffered;