Base:
8 references to FlushAsync
dotnet (1)
Commands\Test\MTP\IPC\NamedPipeServer.cs (1)
198
await _namedPipeServerStream.
FlushAsync
(cancellationToken);
dotnet.Tests (1)
CommandTests\Test\NamedPipeClient.cs (1)
94
await _namedPipeClientStream.
FlushAsync
(cancellationToken).ConfigureAwait(false);
dotnet-watch (2)
DefaultHotReloadClient.cs (2)
320
await _pipe.
FlushAsync
(cancellationToken);
358
await _pipe.
FlushAsync
(cancellationToken);
Microsoft.DotNet.HotReload.Client.Package (2)
DefaultHotReloadClient.cs (2)
320
await _pipe.
FlushAsync
(cancellationToken);
358
await _pipe.
FlushAsync
(cancellationToken);
Microsoft.Extensions.DotNetDeltaApplier.Tests (2)
DefaultHotReloadClient.cs (2)
320
await _pipe.
FlushAsync
(cancellationToken);
358
await _pipe.
FlushAsync
(cancellationToken);