1 write to SupportsAutomaticSuggestions
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineRename\UI\SmartRename\SmartRenameViewModel.cs (1)
130this.SupportsAutomaticSuggestions = _globalOptionService.GetOption(InlineRenameUIOptionsStorage.GetSuggestionsAutomatically);
5 references to SupportsAutomaticSuggestions
Microsoft.CodeAnalysis.EditorFeatures.Wpf (5)
InlineRename\UI\SmartRename\SmartRenameViewModel.cs (5)
64/// When smart rename is in automatic mode and <see cref="SupportsAutomaticSuggestions"/> is set, 98=> SupportsAutomaticSuggestions 103=> SupportsAutomaticSuggestions 133this.IsAutomaticSuggestionsEnabled = this.SupportsAutomaticSuggestions && !_globalOptionService.GetOption(InlineRenameUIOptionsStorage.CollapseSuggestionsPanel); 282if (this.SupportsAutomaticSuggestions)