Base:
2 references to FlushAsync
dotnet-aot (1)
parent\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);