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