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