5 instantiations of TimingPipeFlusher
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http\Http1OutputProducer.cs (1)
92
_flusher = new
TimingPipeFlusher
(timeoutControl, log);
Internal\Http2\Http2FrameWriter.cs (1)
128
_flusher = new
TimingPipeFlusher
(timeoutControl, serviceContext.Log);
Internal\Http2\Http2OutputProducer.cs (1)
75
_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)
34
private readonly
TimingPipeFlusher
_flusher;
Internal\Http2\Http2FrameWriter.cs (1)
84
private readonly
TimingPipeFlusher
_flusher;
Internal\Http2\Http2OutputProducer.cs (1)
26
private readonly
TimingPipeFlusher
_flusher;
Internal\Http3\Http3FrameWriter.cs (1)
43
private readonly
TimingPipeFlusher
_flusher;
Internal\Http3\Http3OutputProducer.cs (1)
20
private readonly
TimingPipeFlusher
_flusher;
Internal\Infrastructure\PipeWriterHelpers\TimingPipeFlusher.cs (1)
100
_log.LogError(0, ex, $"Unexpected exception in {nameof(
TimingPipeFlusher
)}.{nameof(FlushAsync)}.");