1 implementation of AddHighlights
Microsoft.CodeAnalysis.Features (1)
Highlighting\HighlightingService.cs (1)
32
public 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);