7 references to FlushAsync
Microsoft.AspNetCore.Server.Kestrel.Core (7)
Internal\Http2\Http2OutputProducer.cs (3)
281var task = _flusher.FlushAsync(this, cancellationToken); 412var task = _flusher.FlushAsync(this, cancellationToken).GetAsTask(); 547var task = _flusher.FlushAsync(this, cancellationToken);
Internal\Http3\Http3OutputProducer.cs (3)
187return _flusher.FlushAsync(this, cancellationToken); 349return _flusher.FlushAsync(this, cancellationToken).GetAsTask(); 374return _flusher.FlushAsync(this, cancellationToken);
Internal\Infrastructure\PipeWriterHelpers\TimingPipeFlusher.cs (1)
38return FlushAsync(outputAborter: null, cancellationToken: default);