1 write to _matchers
Microsoft.CodeAnalysis.CodeStyle (1)
Matcher.SequenceMatcher.cs (1)
16=> _matchers = matchers;
2 references to _matchers
Microsoft.CodeAnalysis.CodeStyle (2)
Matcher.SequenceMatcher.cs (2)
21foreach (var matcher in _matchers) 34=> string.Format("({0})", string.Join(",", (object[])_matchers));