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