1 write to OtherDocumentInfo
Microsoft.CodeAnalysis.Features (1)
NavigationBar\NavigationBarItems\RoslynNavigationBarItem.SymbolItem.cs (1)
92OtherDocumentInfo = otherDocumentInfo;
10 references to OtherDocumentInfo
Microsoft.CodeAnalysis.EditorFeatures (2)
Extensibility\NavigationBar\AbstractEditorNavigationBarItemService.cs (2)
88Contract.ThrowIfNull(symbolItem.Location.OtherDocumentInfo); 89var (documentId, span) = symbolItem.Location.OtherDocumentInfo.Value;
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)