Base:
3 references to FlushAsync
dotnet (1)
Commands\Test\MTP\IPC\NamedPipeServer.cs (1)
198await _namedPipeServerStream.FlushAsync(cancellationToken);
dotnet-aot (1)
src\sdk\src\Cli\dotnet\Commands\Test\MTP\IPC\NamedPipeServer.cs (1)
198await _namedPipeServerStream.FlushAsync(cancellationToken);
Microsoft.DotNet.HotReload.Watch (1)
src\sdk\src\Dotnet.Watch\HotReloadClient\NamedPipeClientTransport.cs (1)
75await _pipe.FlushAsync(cancellationToken);