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