1 write to _completedSegments
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\Http1OutputProducer.cs (1)
746
_completedSegments
= new List<CompletedBuffer>();
9 references to _completedSegments
Microsoft.AspNetCore.Server.Kestrel.Core (9)
Internal\Http\Http1OutputProducer.cs (9)
373
if (
_completedSegments
!= null)
375
foreach (var segment in
_completedSegments
)
390
_completedSegments
.Clear();
435
if (
_completedSegments
!= null)
437
foreach (var segment in
_completedSegments
)
545
Debug.Assert(
_completedSegments
== null ||
_completedSegments
.Count == 0);
744
if (
_completedSegments
== null)
752
_completedSegments
.Add(new CompletedBuffer(_currentSegmentOwner, _currentSegment, _position));