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