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