1 write to _solution
Microsoft.CodeAnalysis.Features (1)
NavigateTo\INavigateToSearcherHost.cs (1)
49
_solution
= solution;
4 references to _solution
Microsoft.CodeAnalysis.Features (4)
NavigateTo\INavigateToSearcherHost.cs (4)
59
var service =
_solution
.Services.GetRequiredService<IWorkspaceStatusService>();
95
if (
_solution
.Projects.All(p => !RemoteSupportedLanguages.IsSupported(p.Language)))
105
var client = await RemoteHostClient.TryGetClientAsync(
_solution
.Services, _disposalToken).ConfigureAwait(false);
109
_solution
,