2 references to HasSuggestions
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineRename\UI\SmartRename\SmartRenameViewModel.cs (2)
129
public bool IsSuggestionsPanelExpanded =>
HasSuggestions
&& (!SupportsAutomaticSuggestions || IsAutomaticSuggestionsEnabled);
290
if (!
HasSuggestions
)