3 references to ConnectAsync
aspire (1)
Projects\AppHostRpcClient.cs (1)
200
await pipeClient.
ConnectAsync
(cancellationToken).ConfigureAwait(false);
Aspire.Hosting.RemoteHost.Tests (1)
JsonRpcAuthenticationTests.cs (1)
199
await pipeClient.
ConnectAsync
(linkedCts.Token);
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\ApplicationServices\SingleInstanceHelpers.vb (1)
72
Await pipeClient.
ConnectAsync
(cancellationToken).ConfigureAwait(continueOnCapturedContext:=False)