2 references to EnableSolutionCrawler
Microsoft.CodeAnalysis.Remote.Workspaces (1)
ServiceHubRemoteHostClient.cs (1)
104
if (configuration.HasFlag(RemoteProcessConfiguration.
EnableSolutionCrawler
))
Microsoft.VisualStudio.LanguageServices (1)
Remote\VisualStudioRemoteHostClientProvider.cs (1)
108
(_globalOptions.GetOption(SolutionCrawlerRegistrationService.EnableSolutionCrawler) ? RemoteProcessConfiguration.
EnableSolutionCrawler
: 0);