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