5 instantiations of TimingPipeFlusher
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http\Http1OutputProducer.cs (1)
88_flusher = new TimingPipeFlusher(timeoutControl, log);
Internal\Http2\Http2FrameWriter.cs (1)
107_flusher = new TimingPipeFlusher(timeoutControl, serviceContext.Log);
Internal\Http2\Http2OutputProducer.cs (1)
68_flusher = new TimingPipeFlusher(timeoutControl: null, _log);
Internal\Http3\Http3FrameWriter.cs (1)
69_flusher = new TimingPipeFlusher(timeoutControl, log);
Internal\Http3\Http3OutputProducer.cs (1)
52_flusher = new TimingPipeFlusher(timeoutControl: null, log);
6 references to TimingPipeFlusher
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http\Http1OutputProducer.cs (1)
33private readonly TimingPipeFlusher _flusher;
Internal\Http2\Http2FrameWriter.cs (1)
67private readonly TimingPipeFlusher _flusher;
Internal\Http2\Http2OutputProducer.cs (1)
19private readonly TimingPipeFlusher _flusher;
Internal\Http3\Http3FrameWriter.cs (1)
43private readonly TimingPipeFlusher _flusher;
Internal\Http3\Http3OutputProducer.cs (1)
20private readonly TimingPipeFlusher _flusher;
Internal\Infrastructure\PipeWriterHelpers\TimingPipeFlusher.cs (1)
100_log.LogError(0, ex, $"Unexpected exception in {nameof(TimingPipeFlusher)}.{nameof(FlushAsync)}.");