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