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