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