1 write to _stream
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2OutputProducer.cs (1)
55_stream = stream;
6 references to _stream
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http2\Http2OutputProducer.cs (6)
17private int StreamId => _stream.StreamId; 73public Http2Stream Stream => _stream; 246_stream.ResetAndAbort(abortReason, Http2ErrorCode.INTERNAL_ERROR); 251_stream.ResetAndAbort(new ConnectionAbortedException($"{nameof(Http2OutputProducer)} has completed."), Http2ErrorCode.INTERNAL_ERROR); 372if (appCompleted && !_startedWritingDataFrames && (_stream.ResponseTrailers == null || _stream.ResponseTrailers.Count == 0))