1 instantiation of Http2FrameWriter
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2Connection.cs (1)
176_frameWriter = new Http2FrameWriter(
6 references to Http2FrameWriter
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http2\FlowControl\StreamInputFlowControl.cs (2)
15private readonly Http2FrameWriter _frameWriter; 19Http2FrameWriter frameWriter,
Internal\Http2\Http2Connection.cs (1)
90private readonly Http2FrameWriter _frameWriter;
Internal\Http2\Http2OutputProducer.cs (1)
18private readonly Http2FrameWriter _frameWriter;
Internal\Http2\Http2StreamContext.cs (2)
29Http2FrameWriter frameWriter, 44public Http2FrameWriter FrameWriter { get; }