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)
50
return GetHighlightsAsync(_globalOptions,
_highlightingService
, document, position, cancellationToken);