1 write to _highlightingService
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Highlights\DocumentHighlightHandler.cs (1)
34
_highlightingService
= highlightingService;
1 reference to _highlightingService
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Highlights\DocumentHighlightHandler.cs (1)
75
_highlightingService
.AddHighlights(root, position, keywordSpans, cancellationToken);