2 references to TryGetRemoteHostClientAsync
Microsoft.CodeAnalysis.Workspaces (2)
Remote\RemoteHostClient.cs (1)
52
return service.
TryGetRemoteHostClientAsync
(cancellationToken);
Shared\TestHooks\AsynchronousOperationListenerProvider.cs (1)
123
remoteHostClient = await remoteHostClientProvider.
TryGetRemoteHostClientAsync
(CancellationToken.None).ConfigureAwait(false);