8 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)
27
NavigateToItemKind.
Method
,
NavigateTo\AbstractNavigateToSearchService.InProcess.cs (2)
211
return NavigateToItemKind.
Method
;
292
case NavigateToItemKind.
Method
:
NavigateTo\NavigateToItemKind.cs (1)
20
public const string Method = nameof(
Method
);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Symbols\WorkspaceSymbolsHandler.cs (1)
39
NavigateToItemKind.
Method
,
Microsoft.VisualStudio.LanguageServices (2)
NavigateTo\RoslynNavigateToSearchCallback.cs (1)
118
NavigateToItemKind.
Method
=> CodeSearchResultType.Method,
NavigateTo\RoslynSearchItemsSource.cs (1)
34
.Add(NavigateToItemKind.
Method
)