2 references to HighlightSpans
Microsoft.CodeAnalysis.Features (2)
DocumentHighlighting\AbstractDocumentHighlightsService.cs (1)
88if (!tags.Any(static (t, position) => t.HighlightSpans.Any(static (hs, position) => hs.TextSpan.IntersectsWith(position), position), position))
DocumentHighlighting\IRemoteDocumentHighlightsService.cs (1)
32=> new(highlights.Document.Id, highlights.HighlightSpans);