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