1 write to _flusher
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3OutputProducer.cs (1)
52_flusher = new TimingPipeFlusher(timeoutControl: null, log);
4 references to _flusher
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http3\Http3OutputProducer.cs (4)
53_flusher.Initialize(_pipeWriter); 187return _flusher.FlushAsync(this, cancellationToken); 349return _flusher.FlushAsync(this, cancellationToken).GetAsTask(); 374return _flusher.FlushAsync(this, cancellationToken);