4 overrides of AddMatchesWorker
Microsoft.CodeAnalysis.Workspaces (4)
PatternMatching\CompoundPatternMatcher.cs (1)
37protected override bool AddMatchesWorker(string candidate, ref TemporaryArray<PatternMatch> matches)
PatternMatching\ContainerPatternMatcher.cs (1)
51protected override bool AddMatchesWorker(string container, ref TemporaryArray<PatternMatch> matches)
PatternMatching\FuzzyPatternMatcher.cs (1)
42protected override bool AddMatchesWorker(string candidate, ref TemporaryArray<PatternMatch> matches)
PatternMatching\SimplePatternMatcher.cs (1)
43protected override bool AddMatchesWorker(string candidate, ref TemporaryArray<PatternMatch> matches)
1 reference to AddMatchesWorker
Microsoft.CodeAnalysis.Workspaces (1)
PatternMatching\PatternMatcher.cs (1)
114return AddMatchesWorker(candidate, ref matches);