1 instantiation of Http1OutputProducer
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\Http1Connection.cs (1)
56_http1Output = new Http1OutputProducer(
2 references to Http1OutputProducer
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\Http1Connection.cs (1)
29private readonly Http1OutputProducer _http1Output;
Internal\Http\Http1OutputProducer.cs (1)
171static ValueTask<FlushResult> FlushAsyncChunked(Http1OutputProducer producer, CancellationToken token)