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