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);
187
return
_flusher
.FlushAsync(this, cancellationToken);
349
return
_flusher
.FlushAsync(this, cancellationToken).GetAsTask();
374
return
_flusher
.FlushAsync(this, cancellationToken);