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