14 references to TryInvokeAsync
Microsoft.CodeAnalysis.EditorFeatures (2)
Remote\SolutionChecksumUpdater.cs (2)
173await client.TryInvokeAsync<IRemoteAssetSynchronizationService>( 249await client.TryInvokeAsync<IRemoteAssetSynchronizationService>(
Microsoft.CodeAnalysis.Features (7)
Diagnostics\Service\EngineV2\InProcOrRemoteHostAnalyzerRunner.cs (1)
147_ = await client.TryInvokeAsync<IRemoteDiagnosticAnalyzerService>(
EditAndContinue\Remote\RemoteDebuggingSessionProxy.cs (4)
32await client.TryInvokeAsync<IRemoteEditAndContinueService>( 47await client.TryInvokeAsync<IRemoteEditAndContinueService>( 94await client.TryInvokeAsync<IRemoteEditAndContinueService>( 109await client.TryInvokeAsync<IRemoteEditAndContinueService>(
EditAndContinue\Remote\RemoteEditAndContinueServiceProxy.cs (1)
187await client.TryInvokeAsync<IRemoteEditAndContinueService>(
SemanticSearch\IRemoteSemanticSearchService.cs (1)
184await client.TryInvokeAsync<IRemoteSemanticSearchService>(
Microsoft.CodeAnalysis.Remote.Workspaces (1)
ServiceHubRemoteHostClient.cs (1)
99await client.TryInvokeAsync<IRemoteAsynchronousOperationListenerService>(
Microsoft.CodeAnalysis.Workspaces (1)
Shared\TestHooks\AsynchronousOperationListenerProvider.cs (1)
139tasks.Add(remoteHostClient.TryInvokeAsync<IRemoteAsynchronousOperationListenerService>(
Microsoft.VisualStudio.LanguageServices (1)
Telemetry\VisualStudioWorkspaceTelemetryService.cs (1)
62_ = await client.TryInvokeAsync<IRemoteProcessTelemetryService>(
Roslyn.VisualStudio.DiagnosticsWindow (1)
OptionPages\PerformanceLoggersPage.cs (1)
72threadingContext.JoinableTaskFactory.Run(async () => _ = await client.TryInvokeAsync<IRemoteProcessTelemetryService>(
Roslyn.VisualStudio.Next.UnitTests (1)
Services\ServiceHubServicesTests.cs (1)
112await client.TryInvokeAsync<IRemoteAssetSynchronizationService>(