1 write to _matchers
Microsoft.CodeAnalysis.CodeStyle (1)
Matcher.ChoiceMatcher.cs (1)
16
=>
_matchers
= matchers;
2 references to _matchers
Microsoft.CodeAnalysis.CodeStyle (2)
Matcher.ChoiceMatcher.cs (2)
21
foreach (var matcher in
_matchers
)
33
=> $"({string.Join("|",
_matchers
)})";