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