1 write to _braceMatchers
Microsoft.CodeAnalysis.Features (1)
BraceMatching\BraceMatchingService.cs (1)
28
_braceMatchers
= braceMatchers.ToImmutableArray();
1 reference to _braceMatchers
Microsoft.CodeAnalysis.Features (1)
BraceMatching\BraceMatchingService.cs (1)
39
var matchers =
_braceMatchers
.Where(b => b.Metadata.Language == document.Project.Language);