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);
357
return
_frameWriter
.Write100ContinueAsync(StreamId);
456
return
_frameWriter
.WriteRstStreamAsync(StreamId, error);
645
task =
_frameWriter
.WriteRstStreamAsync(StreamId, error);