6 references to Pattern
Microsoft.CodeAnalysis.Features (6)
Completion\PatternMatchHelper.cs (6)
89Pattern, culture, includeMatchedSpans); 149var patternMatch = Pattern.Length > 0 162if (Pattern.Length > 0 && item.HasAdditionalFilterTexts) 185if (shouldBeConsideredMatchingFilterText || KeepAllItemsInTheList(initialTriggerKind, Pattern)) 215return filterText.GetCaseInsensitivePrefixLength(Pattern) > 0; 220if (Pattern.Length == 0)