Base:
method
FlushAsync
System.IO.TextWriter.FlushAsync(System.Threading.CancellationToken)
1 override of FlushAsync
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\IO\StreamWriter.cs (1)
1032
public override Task
FlushAsync
(CancellationToken cancellationToken) => Task.CompletedTask;
6 references to FlushAsync
aspire (1)
Templating\CliTemplateFactory.cs (1)
213
await writer.
FlushAsync
(cancellationToken);
Aspire.Hosting (2)
ApplicationModel\Docker\DockerfileBuilder.cs (1)
132
await writer.
FlushAsync
(cancellationToken).ConfigureAwait(false);
ContainerResourceBuilderExtensions.cs (1)
1489
await writer.
FlushAsync
(factoryContext.CancellationToken).ConfigureAwait(false);
Microsoft.AspNetCore.HttpLogging (1)
FileLoggerProcessor.cs (1)
267
await streamWriter.
FlushAsync
(cancellationToken);
Microsoft.Extensions.AI.Evaluation.Reporting (1)
Formats\Html\HtmlReportWriter.cs (1)
58
await writer.
FlushAsync
(cancellationToken).ConfigureAwait(false);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\IO\File.cs (1)
1391
await writer.
FlushAsync
(cancellationToken).ConfigureAwait(false);