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)
373if (_completedSegments != null) 375foreach (var segment in _completedSegments) 390_completedSegments.Clear(); 435if (_completedSegments != null) 437foreach (var segment in _completedSegments) 545Debug.Assert(_completedSegments == null || _completedSegments.Count == 0); 744if (_completedSegments == null) 752_completedSegments.Add(new CompletedBuffer(_currentSegmentOwner, _currentSegment, _position));