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)
306
_frameWriter
.Schedule(this);
354
return
_frameWriter
.Write100ContinueAsync(StreamId);
453
return
_frameWriter
.WriteRstStreamAsync(StreamId, error);
642
task =
_frameWriter
.WriteRstStreamAsync(StreamId, error);