2 references to AddMatches
Microsoft.CodeAnalysis.Workspaces (2)
PatternMatching\ContainerPatternMatcher.cs (2)
50return AddMatches(container, ref matches, fuzzyMatch: false) || 51AddMatches(container, ref matches, fuzzyMatch: true);