1 implementation of AddHighlights
Microsoft.CodeAnalysis.Features (1)
Highlighting\HighlightingService.cs (1)
25
public void
AddHighlights
(
1 reference to AddHighlights
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Highlights\DocumentHighlightHandler.cs (1)
81
highlightingService.
AddHighlights
(root, position, keywordSpans, cancellationToken);