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);
281
var task =
_flusher
.FlushAsync(this, cancellationToken);
412
var task =
_flusher
.FlushAsync(this, cancellationToken).GetAsTask();
547
var task =
_flusher
.FlushAsync(this, cancellationToken);