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();
540
Debug.Assert(
_currentSegmentOwner
== null);
748
_completedSegments.Add(new CompletedBuffer(
_currentSegmentOwner
, _currentSegment, _position));