4 writes to _currentSegmentOwner
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\Http1OutputProducer.cs (4)
449_currentSegmentOwner = null; 759_currentSegmentOwner = owner; 767_currentSegmentOwner = owner; 772_currentSegmentOwner = null;
3 references to _currentSegmentOwner
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\Http1OutputProducer.cs (3)
448_currentSegmentOwner?.Dispose(); 541Debug.Assert(_currentSegmentOwner == null); 749_completedSegments.Add(new CompletedBuffer(_currentSegmentOwner, _currentSegment, _position));