1 write to _flusher
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2OutputProducer.cs (1)
75_flusher = new TimingPipeFlusher(timeoutControl: null, _log);
4 references to _flusher
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http2\Http2OutputProducer.cs (4)
76_flusher.Initialize(_pipeWriter); 281var task = _flusher.FlushAsync(this, cancellationToken); 412var task = _flusher.FlushAsync(this, cancellationToken).GetAsTask(); 547var task = _flusher.FlushAsync(this, cancellationToken);