1 implementation of Document
Microsoft.CodeAnalysis.Features (1)
NavigateTo\RoslynNavigateToItem.cs (1)
347INavigableItem.NavigableDocument INavigableItem.Document => _itemDocument;
5 references to Document
Microsoft.CodeAnalysis.Features (5)
NavigateTo\NavigateToSearchResultComparer.cs (3)
28=> x?.NavigableItem.Document.FilePath == y?.NavigableItem.Document.FilePath && 32=> Hash.Combine(obj?.NavigableItem.Document.FilePath, obj?.NavigableItem.SourceSpan.GetHashCode() ?? 0);
Navigation\INavigableItem.cs (2)
20/// cref="Document"/> is used. 25/// Return true to display the file path of <see cref="Document"/> and the span of <see