3 references to SolutionCrawlerLegacy
Microsoft.CodeAnalysis.Workspaces (3)
ExternalAccess\VSTypeScript\Api\VSTypeScriptFeatureAttribute.cs (1)
14public const string SolutionCrawlerLegacy = FeatureAttribute.SolutionCrawlerLegacy;
FindSymbols\SymbolTree\SymbolTreeInfoCacheServiceFactory.cs (1)
19private readonly IAsynchronousOperationListener _listener = listenerProvider.GetListener(FeatureAttribute.SolutionCrawlerLegacy);
Shared\TestHooks\FeatureAttribute.cs (1)
68public const string SolutionCrawlerLegacy = nameof(SolutionCrawlerLegacy);