6 references to Pattern
Microsoft.CodeAnalysis.Features (6)
Completion\PatternMatchHelper.cs (6)
89Pattern, culture, includeMatchedSpans, 150var patternMatch = Pattern.Length > 0 163if (Pattern.Length > 0 && item.HasAdditionalFilterTexts) 186if (shouldBeConsideredMatchingFilterText || KeepAllItemsInTheList(initialTriggerKind, Pattern)) 216return filterText.GetCaseInsensitivePrefixLength(Pattern) > 0; 221if (Pattern.Length == 0)