1 write to OtherDocumentInfo
Microsoft.CodeAnalysis.Features (1)
NavigationBar\NavigationBarItems\RoslynNavigationBarItem.SymbolItem.cs (1)
92OtherDocumentInfo = 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 103if ((OtherDocumentInfo == null) != (other.OtherDocumentInfo == null)) 115if (this.OtherDocumentInfo != null) 117if (this.OtherDocumentInfo.Value != other.OtherDocumentInfo!.Value)