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