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