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