1 write to OtherDocumentInfo
Microsoft.CodeAnalysis.Features (1)
NavigationBar\NavigationBarItems\RoslynNavigationBarItem.SymbolItem.cs (1)
92
OtherDocumentInfo
= otherDocumentInfo;
7 references to OtherDocumentInfo
Microsoft.CodeAnalysis.Features (7)
NavigationBar\NavigationBarItems\RoslynNavigationBarItem.SymbolItem.cs (7)
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)