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