7 references to AddMatches
IdeCoreBenchmarks (1)
NavigateToPreFilterBenchmarks.cs (1)
57
if (matcher.
AddMatches
(name, ref matches.AsRef()))
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
Utilities\PatternMatcherTests.cs (1)
481
PatternMatcher.CreatePatternMatcher(pattern, includeMatchedSpans: true).
AddMatches
(candidate, ref matches.AsRef());
Microsoft.CodeAnalysis.Features (2)
NavigateTo\AbstractNavigateToSearchService.InProcess.cs (2)
110
nameMatcher.
AddMatches
(declaredSymbolInfo.Name, ref nameMatches.AsRef()) &&
111
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());
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
FindSymbols\NavigateToSearchIndexTests.cs (1)
47
return matcher.
AddMatches
(container, ref matches.AsRef());