2 references to ConnectAsync
dotnet.Tests (1)
CommandTests\Test\NamedPipeClient.cs (1)
30
=> await _namedPipeClientStream.
ConnectAsync
(cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHost.LazyRemoteService.cs (1)
205
await clientStream.
ConnectAsync
(cancellationToken).ConfigureAwait(false);