4 references to TryGetClientAsync
Microsoft.CodeAnalysis.Workspaces (4)
Classification\AbstractClassificationService.cs (1)
76
var client = await RemoteHostClient.
TryGetClientAsync
(project, cancellationToken).ConfigureAwait(false);
FindSymbols\Declarations\DeclarationFinder_AllDeclarations.cs (1)
37
var client = await RemoteHostClient.
TryGetClientAsync
(project, cancellationToken).ConfigureAwait(false);
FindSymbols\Declarations\DeclarationFinder_SourceDeclarations.cs (2)
81
var client = await RemoteHostClient.
TryGetClientAsync
(project, cancellationToken).ConfigureAwait(false);
147
var client = await RemoteHostClient.
TryGetClientAsync
(project, cancellationToken).ConfigureAwait(false);