2 references to ConnectAsync
aspire (1)
Projects\AppHostRpcClient.cs (1)
105await pipeClient.ConnectAsync(cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHost.LazyRemoteService.cs (1)
205await clientStream.ConnectAsync(cancellationToken).ConfigureAwait(false);