6 references to GetWorkspace
Microsoft.CodeAnalysis.Remote.ServiceHub (6)
Services\AsynchronousOperationListener\RemoteAsynchronousOperationListenerService.cs (1)
40var workspace = GetWorkspace();
Services\BrokeredServiceBase.cs (2)
80=> GetWorkspace().Services.SolutionServices; 90var workspace = GetWorkspace();
Services\DiagnosticAnalyzer\RemoteDiagnosticAnalyzerService.cs (2)
62var hostWorkspaceServices = this.GetWorkspace().Services; 116var service = GetWorkspace().Services.GetService<IPerformanceTrackerService>();
Services\EditAndContinue\RemoteEditAndContinueService.cs (1)
75=> GetWorkspace().Services.GetRequiredService<IEditAndContinueWorkspaceService>().Service;