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