13 references to TryInvokeAsync
Microsoft.CodeAnalysis.EditorFeatures (1)
Remote\SolutionChecksumUpdater.cs (1)
222await client.TryInvokeAsync<IRemoteAssetSynchronizationService>(
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\Remote\RemoteDebuggingSessionProxy.cs (1)
205await client.TryInvokeAsync<IRemoteEditAndContinueService>(
EditAndContinue\Remote\RemoteEditAndContinueServiceProxy.cs (1)
254await client.TryInvokeAsync<IRemoteEditAndContinueService>(
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer.InProcOrRemoteHostAnalyzerRunner.cs (1)
144_ = await client.TryInvokeAsync<IRemoteDiagnosticAnalyzerService>(
Microsoft.CodeAnalysis.Remote.Workspaces (2)
ServiceHubRemoteHostClient.cs (2)
106await client.TryInvokeAsync<IRemoteDiagnosticAnalyzerService>( 111await client.TryInvokeAsync<IRemoteAsynchronousOperationListenerService>(
Microsoft.CodeAnalysis.Workspaces (1)
Shared\TestHooks\AsynchronousOperationListenerProvider.cs (1)
139tasks.Add(remoteHostClient.TryInvokeAsync<IRemoteAsynchronousOperationListenerService>(
Microsoft.VisualStudio.LanguageServices (3)
Remote\GlobalNotificationRemoteDeliveryService.cs (2)
96_ = await client.TryInvokeAsync<IRemoteGlobalNotificationDeliveryService>( 131_ = await client.TryInvokeAsync<IRemoteGlobalNotificationDeliveryService>(
Telemetry\VisualStudioWorkspaceTelemetryService.cs (1)
63_ = await client.TryInvokeAsync<IRemoteProcessTelemetryService>(
Roslyn.VisualStudio.DiagnosticsWindow (1)
OptionPages\PerformanceLoggersPage.cs (1)
73threadingContext.JoinableTaskFactory.Run(async () => _ = await client.TryInvokeAsync<IRemoteProcessTelemetryService>(
Roslyn.VisualStudio.Next.UnitTests (2)
Services\ServiceHubServicesTests.cs (2)
87await client.TryInvokeAsync<IRemoteAssetSynchronizationService>( 127await client.TryInvokeAsync<IRemoteDiagnosticAnalyzerService>(