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