3 references to MatchPatternSegment
Microsoft.CodeAnalysis.Workspaces (3)
PatternMatching\ContainerPatternMatcher.cs (1)
83if (!MatchPatternSegment(containerName, ref _patternSegments[i], ref tempContainerMatches.AsRef(), fuzzyMatch))
PatternMatching\SimplePatternMatcher.cs (2)
50return MatchPatternSegment(candidate, ref _fullPatternSegment, ref matches, fuzzyMatch: false) || 51MatchPatternSegment(candidate, ref _fullPatternSegment, ref matches, fuzzyMatch: true);