3 references to Document
Microsoft.CodeAnalysis.EditorFeatures (1)
ReferenceHighlighting\ReferenceHighlightingViewTaggerProvider.cs (1)
178
var document = documentHighlights.
Document
;
Microsoft.CodeAnalysis.Features (1)
DocumentHighlighting\IRemoteDocumentHighlightsService.cs (1)
32
=> new(highlights.
Document
.Id, highlights.HighlightSpans);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Highlights\DocumentHighlightHandler.cs (1)
104
var highlightsForDocument = highlights.FirstOrDefault(h => h.
Document
.Id == document.Id);