5 references to SolutionCrawlerLegacy
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Diagnostics\DiagnosticTaggerWrapper.cs (1)
80FeatureAttribute.SolutionCrawlerLegacy,
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
RenameTracking\RenameTrackingTestState.cs (1)
215FeatureAttribute.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)
69public const string SolutionCrawlerLegacy = nameof(SolutionCrawlerLegacy);