4 writes to _currentSegmentOwner
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\Http1OutputProducer.cs (4)
448_currentSegmentOwner = null; 758_currentSegmentOwner = owner; 766_currentSegmentOwner = owner; 771_currentSegmentOwner = null;
3 references to _currentSegmentOwner
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\Http1OutputProducer.cs (3)
447_currentSegmentOwner?.Dispose(); 540Debug.Assert(_currentSegmentOwner == null); 748_completedSegments.Add(new CompletedBuffer(_currentSegmentOwner, _currentSegment, _position));