3 references to OtherSymbol
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
NavigateTo\FSharpNavigateToItemKind.cs (1)
27public static string OtherSymbol => NavigateToItemKind.OtherSymbol;
Microsoft.CodeAnalysis.Features (1)
NavigateTo\NavigateToItemKind.cs (1)
25public const string OtherSymbol = nameof(OtherSymbol);
Microsoft.VisualStudio.LanguageServices (1)
NavigateTo\RoslynNavigateToSearchCallback.cs (1)
113NavigateToItemKind.OtherSymbol => CodeSearchResultType.OtherSymbol,