7 references to FlushAsync
Microsoft.AspNetCore.Server.Kestrel.Core (7)
Internal\Http2\Http2OutputProducer.cs (3)
274var task = _flusher.FlushAsync(this, cancellationToken); 405var task = _flusher.FlushAsync(this, cancellationToken).GetAsTask(); 538var task = _flusher.FlushAsync(this, cancellationToken);
Internal\Http3\Http3OutputProducer.cs (3)
173return _flusher.FlushAsync(this, cancellationToken); 333return _flusher.FlushAsync(this, cancellationToken).GetAsTask(); 358return _flusher.FlushAsync(this, cancellationToken);
Internal\Infrastructure\PipeWriterHelpers\TimingPipeFlusher.cs (1)
38return FlushAsync(outputAborter: null, cancellationToken: default);