1 write to _frameWriter
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2OutputProducer.cs (1)
63_frameWriter = context.FrameWriter;
4 references to _frameWriter
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http2\Http2OutputProducer.cs (4)
309_frameWriter.Schedule(this); 357return _frameWriter.Write100ContinueAsync(StreamId); 456return _frameWriter.WriteRstStreamAsync(StreamId, error); 645task = _frameWriter.WriteRstStreamAsync(StreamId, error);