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