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