4 references to OtherSymbol
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
NavigateTo\FSharpNavigateToItemKind.cs (1)
27public static string OtherSymbol => NavigateToItemKind.OtherSymbol;
Microsoft.CodeAnalysis.Features (2)
NavigateTo\AbstractNavigateToSearchService.InProcess.cs (1)
220return NavigateToItemKind.OtherSymbol;
NavigateTo\NavigateToItemKind.cs (1)
23public const string OtherSymbol = nameof(OtherSymbol);
Microsoft.VisualStudio.LanguageServices (1)
NavigateTo\RoslynNavigateToSearchCallback.cs (1)
120NavigateToItemKind.OtherSymbol => CodeSearchResultType.OtherSymbol,