2 references to Service_of_type_0_is_required_to_accomplish_the_task_but_is_not_available_from_the_workspace
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Host\HostLanguageServices.cs (1)
52throw new InvalidOperationException(string.Format(WorkspacesResources.Service_of_type_0_is_required_to_accomplish_the_task_but_is_not_available_from_the_workspace, typeof(TLanguageService)));
Workspace\Host\HostWorkspaceServices.cs (1)
53throw new InvalidOperationException(string.Format(WorkspacesResources.Service_of_type_0_is_required_to_accomplish_the_task_but_is_not_available_from_the_workspace, typeof(TWorkspaceService).FullName));