5 references to FeatureAttribute
Microsoft.CodeAnalysis.Workspaces (5)
FindSymbols\SymbolTree\SymbolTreeInfoCacheServiceFactory.cs (1)
19
private readonly IAsynchronousOperationListener _listener = listenerProvider.GetListener(
FeatureAttribute
.SolutionCrawlerLegacy);
Notification\AbstractGlobalOperationNotificationService.cs (1)
29
_eventQueue = new TaskQueue(listenerProvider.GetListener(
FeatureAttribute
.GlobalOperation), TaskScheduler.Default);
Storage\SQLite\v2\SQLitePersistentStorageService.cs (1)
29
private readonly IAsynchronousOperationListener _asyncListener = asyncOperationListenerProvider.GetListener(
FeatureAttribute
.PersistentStorage);
Workspace\Host\TaskScheduler\WorkspaceAsynchronousOperationListenerProvider.cs (1)
18
private readonly IAsynchronousOperationListener _listener = listenerProvider.GetListener(
FeatureAttribute
.Workspace);
Workspace\Workspace.cs (1)
93
listenerProvider.GetListener(
FeatureAttribute
.SourceGenerators),