4 references to WaitConnectionAsync
dotnet (1)
Commands\Test\MTP\TestApplication.cs (1)
183
await pipeConnection.
WaitConnectionAsync
(token);
dotnet.Tests (3)
CommandTests\Test\IPCTests.cs (3)
36
await singleConnectionNamedPipeServer.
WaitConnectionAsync
(CancellationToken.None);
113
await singleConnectionNamedPipeServer.
WaitConnectionAsync
(CancellationToken.None);
186
await namedPipeServer.
WaitConnectionAsync
(CancellationToken.None);