1 instantiation of CompletedBuffer
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\Http1OutputProducer.cs (1)
748_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; 374foreach (var segment in _completedSegments) 433foreach (var segment in _completedSegments) 742_completedSegments = new List<CompletedBuffer>();