6 references to ShouldBeConsideredMatchingFilterText
Microsoft.CodeAnalysis.EditorFeatures (4)
IntelliSense\AsyncCompletion\ItemManager.CompletionListUpdater.cs (4)
324includedDefault.ShouldBeConsideredMatchingFilterText, 410if (matchResults.Count(matchResult => matchResult.ShouldBeConsideredMatchingFilterText && !matchResult.CompletionItem.IsPreferredItem()) == 1) 431var isHardSelection = IsHardSelection(bestOrFirstMatchResult.CompletionItem, bestOrFirstMatchResult.ShouldBeConsideredMatchingFilterText); 495if (!currentMatchResult.ShouldBeConsideredMatchingFilterText)
Microsoft.CodeAnalysis.Features (2)
Completion\CompletionService.cs (1)
341if (!matchResult.ShouldBeConsideredMatchingFilterText)
Completion\PatternMatchHelper.cs (1)
133=> GetMatchResult(item, includeMatchSpans: false, culture).ShouldBeConsideredMatchingFilterText;