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