2 references to PatternSegment
Microsoft.CodeAnalysis.Workspaces (2)
PatternMatching\ContainerPatternMatcher.cs (1)
31.Select(text => new PatternSegment(text.Trim(), allowFuzzyMatching: allowFuzzyMatching))
PatternMatching\SimplePatternMatcher.cs (1)
28_fullPatternSegment = new PatternSegment(pattern, allowFuzzyMatching);