2 overrides of AddMatches
Microsoft.CodeAnalysis.Workspaces (2)
PatternMatching\ContainerPatternMatcher.cs (1)
43
public override bool
AddMatches
(string? container, ref TemporaryArray<PatternMatch> matches)
PatternMatching\SimplePatternMatcher.cs (1)
43
public override bool
AddMatches
(string candidate, ref TemporaryArray<PatternMatch> matches)
1 reference to AddMatches
Microsoft.CodeAnalysis.Workspaces (1)
PatternMatching\PatternMatcherExtensions.cs (1)
15
matcher.
AddMatches
(candidate, ref matches.AsRef());