2 instantiations of Http3FrameWriter
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http3\Http3ControlStream.cs (1)
52
_frameWriter = new
Http3FrameWriter
(
Internal\Http3\Http3Stream.cs (1)
109
_frameWriter = new
Http3FrameWriter
(
4 references to Http3FrameWriter
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http3\Http3ControlStream.cs (1)
22
private readonly
Http3FrameWriter
_frameWriter;
Internal\Http3\Http3OutputProducer.cs (2)
19
private readonly
Http3FrameWriter
_frameWriter;
37
Http3FrameWriter
frameWriter,
Internal\Http3\Http3Stream.cs (1)
43
private
Http3FrameWriter
_frameWriter = default!;