1 write to _suggestedActionCategoryRegistry
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
2 references to _suggestedActionCategoryRegistry
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
Suggestions\SuggestedActionsSourceProvider.cs (2)
104? new AsyncSuggestedActionsSource(_threadingContext, _globalOptions, this, textView, textBuffer, _suggestedActionCategoryRegistry, this.OperationListener)
105: new SyncSuggestedActionsSource(_threadingContext, _globalOptions, this, textView, textBuffer, _suggestedActionCategoryRegistry);