9 references to FeatureAttribute
Microsoft.CodeAnalysis.Workspaces (9)
ExternalAccess\VSTypeScript\Api\VSTypeScriptFeatureAttribute.cs (4)
11public const string RenameTracking = FeatureAttribute.RenameTracking; 12public const string Snippets = FeatureAttribute.Snippets; 13public const string Workspace = FeatureAttribute.Workspace; 14public const string SolutionCrawlerLegacy = FeatureAttribute.SolutionCrawlerLegacy;
FindSymbols\SymbolTree\SymbolTreeInfoCacheServiceFactory.cs (1)
19private readonly IAsynchronousOperationListener _listener = listenerProvider.GetListener(FeatureAttribute.SolutionCrawlerLegacy);
Notification\AbstractGlobalOperationNotificationService.cs (1)
35listenerProvider.GetListener(FeatureAttribute.GlobalOperation),
Storage\SQLite\v2\SQLitePersistentStorageService.cs (1)
29private readonly IAsynchronousOperationListener _asyncListener = asyncOperationListenerProvider.GetListener(FeatureAttribute.PersistentStorage);
Workspace\Host\TaskScheduler\WorkspaceAsynchronousOperationListenerProvider.cs (1)
18private readonly IAsynchronousOperationListener _listener = listenerProvider.GetListener(FeatureAttribute.Workspace);
Workspace\Workspace.cs (1)
104listenerProvider.GetListener(FeatureAttribute.SourceGenerators),