1 write to OtherDocumentInfo
Microsoft.CodeAnalysis.Features (1)
NavigationBar\NavigationBarItems\RoslynNavigationBarItem.SymbolItem.cs (1)
92
OtherDocumentInfo
= otherDocumentInfo;
10 references to OtherDocumentInfo
Microsoft.CodeAnalysis.EditorFeatures (2)
Extensibility\NavigationBar\AbstractEditorNavigationBarItemService.cs (2)
88
Contract.ThrowIfNull(symbolItem.Location.
OtherDocumentInfo
);
89
var (documentId, span) = symbolItem.Location.
OtherDocumentInfo
.Value;
Microsoft.CodeAnalysis.Features (8)
NavigationBar\NavigationBarItems\RoslynNavigationBarItem.SymbolItem.cs (8)
29
grayed: location.
OtherDocumentInfo
!= null,
64
/// <remarks>Exactly one of <see cref="InDocumentInfo"/> and <see cref="
OtherDocumentInfo
"/> will be
74
/// <remarks>Exactly one of <see cref="InDocumentInfo"/> and <see cref="
OtherDocumentInfo
"/> will be
103
if ((
OtherDocumentInfo
== null) != (other.
OtherDocumentInfo
== null))
115
if (this.
OtherDocumentInfo
!= null)
117
if (this.
OtherDocumentInfo
.Value != other.
OtherDocumentInfo
!.Value)