1 write to _flusher
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2OutputProducer.cs (1)
68_flusher = new TimingPipeFlusher(timeoutControl: null, _log);
4 references to _flusher
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http2\Http2OutputProducer.cs (4)
69_flusher.Initialize(_pipeWriter); 274var task = _flusher.FlushAsync(this, cancellationToken); 405var task = _flusher.FlushAsync(this, cancellationToken).GetAsTask(); 538var task = _flusher.FlushAsync(this, cancellationToken);