5 references to _solution
Microsoft.CodeAnalysis.Features (5)
NavigateTo\INavigateToSearcherHost.cs (5)
57var workspaceService = _solution.Workspace.Services.GetService<IWorkspaceNavigateToSearcherHostService>(); 61var service = _solution.Services.GetRequiredService<IWorkspaceStatusService>(); 97if (_solution.Projects.All(p => !RemoteSupportedLanguages.IsSupported(p.Language))) 107var client = await RemoteHostClient.TryGetClientAsync(_solution.Services, _disposalToken).ConfigureAwait(false); 111_solution,