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