8 references to PatternMatch
Microsoft.CodeAnalysis.Workspaces (8)
PatternMatching\FuzzyPatternMatcher.cs (1)
46matches.Add(new PatternMatch(
PatternMatching\PatternMatcher.cs (6)
193return new PatternMatch( 219return new PatternMatch( 241return new PatternMatch( 258return new PatternMatch(PatternMatchKind.StartOfWordSubstring, punctuationStripped, 273return new PatternMatch(PatternMatchKind.StartOfWordSubstring, punctuationStripped, 305return new PatternMatch(
PatternMatching\RegexPatternMatcher.cs (1)
77matches.Add(new PatternMatch(kind, punctuationStripped: false, isCaseSensitive, matchedSpan));