9 references to Method
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
NavigateTo\FSharpNavigateToItemKind.cs (1)
24public static string Method => NavigateToItemKind.Method;
Microsoft.CodeAnalysis.Features (4)
NavigateTo\AbstractNavigateToSearchService.cs (1)
23NavigateToItemKind.Method,
NavigateTo\AbstractNavigateToSearchService.InProcess.cs (2)
254return NavigateToItemKind.Method; 333case NavigateToItemKind.Method:
NavigateTo\NavigateToItemKind.cs (1)
22public const string Method = nameof(Method);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Symbols\WorkspaceSymbolsHandler.cs (1)
36NavigateToItemKind.Method,
Microsoft.VisualStudio.LanguageServices (3)
NavigateTo\RoslynNavigateToSearchCallback.cs (1)
111NavigateToItemKind.Method => CodeSearchResultType.Method,
NavigateTo\RoslynSearchItemsSource.cs (1)
34.Add(NavigateToItemKind.Method)
Progression\GraphBuilder.cs (1)
717NavigateToItemKind.Method => CodeNodeCategories.Method,