2 references to FlushAsync
Aspire.Hosting (1)
Publishing\ManifestPublishingContext.cs (1)
106await Writer.FlushAsync(cancellationToken).ConfigureAwait(false);
System.Text.Json (1)
System\Text\Json\Writer\Utf8JsonWriter.cs (1)
539await FlushAsync().ConfigureAwait(false);