1 reference to FlushNowAsyncAwaited
Microsoft.AspNetCore.Server.IIS (1)
Core\OutputProducer.cs (1)
102
return awaitable.IsCompleted ? Task.CompletedTask :
FlushNowAsyncAwaited
(awaitable, cancellationToken);