2 references to GetSuggestionsAutomatically
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineRename\UI\SmartRename\SmartRenameViewModel.cs (1)
172
this.SupportsAutomaticSuggestions = _globalOptionService.GetOption(InlineRenameUIOptionsStorage.
GetSuggestionsAutomatically
);
InlineRename\UI\SmartRename\SmartRenameViewModel_Telemetry.cs (1)
29
var getSuggestionsAutomatically = _globalOptionService.GetOption(InlineRenameUIOptionsStorage.
GetSuggestionsAutomatically
);