6 references to GetWorkspace
Microsoft.CodeAnalysis.Remote.ServiceHub (6)
Services\AsynchronousOperationListener\RemoteAsynchronousOperationListenerService.cs (1)
39var workspace = GetWorkspace();
Services\BrokeredServiceBase.cs (2)
79=> GetWorkspace().Services.SolutionServices; 89var workspace = GetWorkspace();
Services\DiagnosticAnalyzer\RemoteDiagnosticAnalyzerService.cs (2)
59var hostWorkspaceServices = this.GetWorkspace().Services; 111var service = GetWorkspace().Services.GetService<IPerformanceTrackerService>();
Services\EditAndContinue\RemoteEditAndContinueService.cs (1)
76=> GetWorkspace().Services.GetRequiredService<IEditAndContinueWorkspaceService>().Service;