7 references to TryGetClientAsync
Microsoft.CodeAnalysis.EditorFeatures (3)
Remote\SolutionChecksumUpdater.cs (3)
128
var client = await RemoteHostClient.
TryGetClientAsync
(_workspace, cancellationToken).ConfigureAwait(false);
149
var client = await RemoteHostClient.
TryGetClientAsync
(_workspace, cancellationToken).ConfigureAwait(false);
190
var client = await RemoteHostClient.
TryGetClientAsync
(_workspace, _shutdownToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.Features (1)
SymbolSearch\Windows\SymbolSearchUpdateEngineFactory.cs (1)
27
var client = await RemoteHostClient.
TryGetClientAsync
(workspace, cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Remote\InProcRemostHostClient.cs (1)
48
var client = (InProcRemoteHostClient?)await
TryGetClientAsync
(workspace, CancellationToken.None).ConfigureAwait(false);
Microsoft.VisualStudio.LanguageServices (2)
DesignerAttribute\VisualStudioDesignerAttributeService.cs (1)
129
var client = await RemoteHostClient.
TryGetClientAsync
(_workspace, cancellationToken).ConfigureAwait(false);
Telemetry\VisualStudioWorkspaceTelemetryService.cs (1)
51
var client = await RemoteHostClient.
TryGetClientAsync
(_workspace.Value, cancellationToken).ConfigureAwait(false);