2 references to ConnectAsync
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHost.LazyRemoteService.cs (1)
207
await clientStream.
ConnectAsync
(cancellationToken).ConfigureAwait(false);
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\ApplicationServices\SingleInstanceHelpers.vb (1)
73
Await pipeClient.
ConnectAsync
(cancellationToken) _