1 write to _completedSegments
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\Http1OutputProducer.cs (1)
742
_completedSegments
= new List<CompletedBuffer>();
9 references to _completedSegments
Microsoft.AspNetCore.Server.Kestrel.Core (9)
Internal\Http\Http1OutputProducer.cs (9)
372
if (
_completedSegments
!= null)
374
foreach (var segment in
_completedSegments
)
389
_completedSegments
.Clear();
431
if (
_completedSegments
!= null)
433
foreach (var segment in
_completedSegments
)
541
Debug.Assert(
_completedSegments
== null ||
_completedSegments
.Count == 0);
740
if (
_completedSegments
== null)
748
_completedSegments
.Add(new CompletedBuffer(_currentSegmentOwner, _currentSegment, _position));