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