1 write to Pattern
Microsoft.CodeAnalysis.Features (1)
Completion\PatternMatchHelper.cs (1)
30Pattern = pattern;
6 references to Pattern
Microsoft.CodeAnalysis.Features (6)
Completion\PatternMatchHelper.cs (6)
80Pattern, culture, includeMatchedSpans, 141var patternMatch = Pattern.Length > 0 154if (Pattern.Length > 0 && item.HasAdditionalFilterTexts) 177if (shouldBeConsideredMatchingFilterText || KeepAllItemsInTheList(initialTriggerKind, Pattern)) 207return filterText.GetCaseInsensitivePrefixLength(Pattern) > 0; 212if (Pattern.Length == 0)