4 references to AddMatches
Microsoft.CodeAnalysis.Features (2)
NavigateTo\AbstractNavigateToSearchService.InProcess.cs (2)
170nameMatcher.AddMatches(declaredSymbolInfo.Name, ref nameMatches.AsRef()) && 171containerMatcher?.AddMatches(declaredSymbolInfo.FullyQualifiedContainerName, ref containerMatches.AsRef()) != false)
Microsoft.CodeAnalysis.Workspaces (2)
PatternMatching\CompoundPatternMatcher.cs (1)
41if (matcher.AddMatches(candidate, ref matches))
PatternMatching\PatternMatcherExtensions.cs (1)
15matcher.AddMatches(candidate, ref matches.AsRef());