1 implementation of IHighlightingService
Microsoft.CodeAnalysis.Features (1)
Highlighting\HighlightingService.cs (1)
20
[ImportMany] IEnumerable<Lazy<IHighlighter, LanguageMetadata>> highlighters) :
IHighlightingService
1 reference to IHighlightingService
Microsoft.CodeAnalysis.Features (1)
Highlighting\HighlightingService.cs (1)
15
[Export(typeof(
IHighlightingService
))]