1 write to _globalOptions
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (1)
SuggestedActionsSourceProvider.cs (1)
81_globalOptions = globalOptions;
4 references to _globalOptions
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (4)
SuggestedActionsSourceProvider.cs (4)
101var asyncEnabled = _globalOptions.GetOption(SuggestionsOptionsStorage.Asynchronous) is bool b ? b : !_globalOptions.GetOption(SuggestionsOptionsStorage.AsynchronousQuickActionsDisableFeatureFlag); 104? new AsyncSuggestedActionsSource(_threadingContext, _globalOptions, this, textView, textBuffer, _suggestedActionCategoryRegistry, this.OperationListener) 105: new SyncSuggestedActionsSource(_threadingContext, _globalOptions, this, textView, textBuffer, _suggestedActionCategoryRegistry);