1 implementation of IBraceMatchingService
Microsoft.CodeAnalysis.Features (1)
BraceMatching\BraceMatchingService.cs (1)
20[ImportMany] IEnumerable<Lazy<IBraceMatcher, LanguageMetadata>> braceMatchers) : IBraceMatchingService
2 references to IBraceMatchingService
Microsoft.CodeAnalysis.Features (2)
BraceMatching\BraceMatchingService.cs (1)
16[Export(typeof(IBraceMatchingService)), Shared]
BraceMatching\IBraceMatchingServiceExtensions.cs (1)
14this IBraceMatchingService service,