4 writes to _startedWritingDataFrames
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http2\Http2OutputProducer.cs (4)
190
_startedWritingDataFrames
= false;
403
_startedWritingDataFrames
= true;
468
_startedWritingDataFrames
= true;
539
_startedWritingDataFrames
= true;
2 references to _startedWritingDataFrames
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2OutputProducer.cs (2)
274
if (
_startedWritingDataFrames
)
376
if (appCompleted && !
_startedWritingDataFrames
&& (_stream.ResponseTrailers == null || _stream.ResponseTrailers.Count == 0))