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