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