3 references to Document
Microsoft.CodeAnalysis.Features (3)
ExternalAccess\VSTypeScript\Api\IVSTypeScriptNavigableItem.cs (2)
15/// The tagged parts to display for this item. If default, the line of text from <see cref="Document"/> is used. 20/// Return true to display the file path of <see cref="Document"/> and the span of <see cref="SourceSpan"/> when displaying this item.
ExternalAccess\VSTypeScript\VSTypeScriptNavigableItemWrapper.cs (1)
24public INavigableItem.NavigableDocument Document { get; } = INavigableItem.NavigableDocument.FromDocument(navigableItem.Document);