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)
372if (_completedSegments != null) 374foreach (var segment in _completedSegments) 389_completedSegments.Clear(); 431if (_completedSegments != null) 433foreach (var segment in _completedSegments) 541Debug.Assert(_completedSegments == null || _completedSegments.Count == 0); 740if (_completedSegments == null) 748_completedSegments.Add(new CompletedBuffer(_currentSegmentOwner, _currentSegment, _position));