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)
39var matchers = _braceMatchers.Where(b => b.Metadata.Language == document.Project.Language);