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