7 references to FlushAsync
Microsoft.AspNetCore.Server.Kestrel.Core (7)
Internal\Http2\Http2OutputProducer.cs (3)
278var task = _flusher.FlushAsync(this, cancellationToken); 409var task = _flusher.FlushAsync(this, cancellationToken).GetAsTask(); 544var task = _flusher.FlushAsync(this, cancellationToken);
Internal\Http3\Http3OutputProducer.cs (3)
185return _flusher.FlushAsync(this, cancellationToken); 347return _flusher.FlushAsync(this, cancellationToken).GetAsTask(); 372return _flusher.FlushAsync(this, cancellationToken);
Internal\Infrastructure\PipeWriterHelpers\TimingPipeFlusher.cs (1)
38return FlushAsync(outputAborter: null, cancellationToken: default);