7 references to FilterTextUsed
Microsoft.CodeAnalysis.EditorFeatures (7)
IntelliSense\AsyncCompletion\ItemManager.CompletionListUpdater.cs (7)
370
var longestCommonPrefixLength = bestOrFirstMatchResult.
FilterTextUsed
.GetCaseInsensitivePrefixLength(_filterText);
375
var commonPrefixLength = matchResult.
FilterTextUsed
.GetCaseInsensitivePrefixLength(_filterText);
544
hardSelect = !_hasSuggestedItemOptions && bestMatchResult.Value.
FilterTextUsed
.StartsWith(_filterText, StringComparison.CurrentCultureIgnoreCase);
555
var comparison = x.
FilterTextUsed
.GetCaseInsensitivePrefixLength(pattern).CompareTo(y.
FilterTextUsed
.GetCaseInsensitivePrefixLength(pattern));
560
comparison = x.
FilterTextUsed
.GetCaseSensitivePrefixLength(pattern).CompareTo(y.
FilterTextUsed
.GetCaseSensitivePrefixLength(pattern));