1 instantiation of CompletedBuffer
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\Http1OutputProducer.cs (1)
752_completedSegments.Add(new CompletedBuffer(_currentSegmentOwner, _currentSegment, _position));
4 references to CompletedBuffer
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\Http1OutputProducer.cs (4)
64private List<CompletedBuffer>? _completedSegments; 375foreach (var segment in _completedSegments) 437foreach (var segment in _completedSegments) 746_completedSegments = new List<CompletedBuffer>();