1 write to HighlightSpans
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
DocumentHighlighting\IFSharpDocumentHighlightsService.cs (1)
42this.HighlightSpans = highlightSpans;
1 reference to HighlightSpans
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Internal\DocumentHighlighting\FSharpDocumentHighlightsService.cs (1)
73return highlights.SelectAsArray(x => new DocumentHighlights(x.Document, MapHighlightSpans(x.HighlightSpans)));