1 write to _hasSuggestedItemOptions
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AsyncCompletion\ItemManager.CompletionListUpdater.cs (1)
85
_hasSuggestedItemOptions
= _sessionData.HasSuggestionItemOptions || _snapshotData.DisplaySuggestionItem;
2 references to _hasSuggestedItemOptions
Microsoft.CodeAnalysis.EditorFeatures (2)
IntelliSense\AsyncCompletion\ItemManager.CompletionListUpdater.cs (2)
542
hardSelect = !
_hasSuggestedItemOptions
&& bestMatchResult.Value.FilterTextUsed.StartsWith(_filterText, StringComparison.CurrentCultureIgnoreCase);
759
if (
_hasSuggestedItemOptions
)