4 writes to _currentSegmentOwner
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\Http1OutputProducer.cs (4)
452_currentSegmentOwner = null; 762_currentSegmentOwner = owner; 770_currentSegmentOwner = owner; 775_currentSegmentOwner = null;
3 references to _currentSegmentOwner
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\Http1OutputProducer.cs (3)
451_currentSegmentOwner?.Dispose(); 544Debug.Assert(_currentSegmentOwner == null); 752_completedSegments.Add(new CompletedBuffer(_currentSegmentOwner, _currentSegment, _position));