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