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