1 write to _frameWriter
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2OutputProducer.cs (1)
56_frameWriter = context.FrameWriter;
4 references to _frameWriter
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http2\Http2OutputProducer.cs (4)
302_frameWriter.Schedule(this); 350return _frameWriter.Write100ContinueAsync(StreamId); 449return _frameWriter.WriteRstStreamAsync(StreamId, error); 628task = _frameWriter.WriteRstStreamAsync(StreamId, error);