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