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