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