12 references to GetWorkspace
Microsoft.CodeAnalysis.Remote.ServiceHub (12)
Services\AssetSynchronization\RemoteAssetSynchronizationService.cs (2)
39var workspace = GetWorkspace(); 50var workspace = GetWorkspace();
Services\AsynchronousOperationListener\RemoteAsynchronousOperationListenerService.cs (2)
40var workspace = GetWorkspace(); 52var workspace = GetWorkspace();
Services\BrokeredServiceBase.cs (2)
80=> GetWorkspace().Services.SolutionServices; 90var workspace = GetWorkspace();
Services\DiagnosticAnalyzer\RemoteDiagnosticAnalyzerService.cs (3)
44var workspace = GetWorkspace(); 75var hostWorkspaceServices = this.GetWorkspace().Services; 106var service = GetWorkspace().Services.GetService<IPerformanceTrackerService>();
Services\EditAndContinue\RemoteEditAndContinueService.cs (1)
77=> GetWorkspace().Services.GetRequiredService<IEditAndContinueWorkspaceService>();
Services\GlobalNotificationDelivery\RemoteGlobalNotificationDeliveryService.cs (1)
55=> (RemoteGlobalOperationNotificationService)GetWorkspace().Services.SolutionServices.ExportProvider.GetExports<IGlobalOperationNotificationService>().Single().Value;
Services\ProcessTelemetry\RemoteProcessTelemetryService.cs (1)
53var services = GetWorkspace().Services;