1 write to FrameWriter
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2StreamContext.cs (1)
37FrameWriter = frameWriter;
2 references to FrameWriter
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2OutputProducer.cs (1)
56_frameWriter = context.FrameWriter;
Internal\Http2\Http2Stream.cs (1)
58context.FrameWriter,