1 implementation of AddHighlights
Microsoft.CodeAnalysis.Features (1)
Highlighting\HighlightingService.cs (1)
32public void AddHighlights(
2 references to AddHighlights
Microsoft.CodeAnalysis.EditorFeatures (1)
KeywordHighlighting\HighlighterViewTaggerProvider.cs (1)
118_highlightingService.AddHighlights(root, position, highlights, cancellationToken);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Highlights\DocumentHighlightHandler.cs (1)
75_highlightingService.AddHighlights(root, position, keywordSpans, cancellationToken);