2 instantiations of 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);
4 references to PatternSegment
Microsoft.CodeAnalysis.Workspaces (4)
PatternMatching\ContainerPatternMatcher.cs (2)
19private readonly PatternSegment[] _patternSegments; 41foreach (var segment in _patternSegments)
PatternMatching\PatternMatcher.cs (1)
305in PatternSegment segment,
PatternMatching\SimplePatternMatcher.cs (1)
17private PatternSegment _fullPatternSegment;