8 references to Field
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
NavigateTo\FSharpNavigateToItemKind.cs (1)
23public static string Field => NavigateToItemKind.Field;
Microsoft.CodeAnalysis.Features (4)
NavigateTo\AbstractNavigateToSearchService.cs (1)
25NavigateToItemKind.Field,
NavigateTo\AbstractNavigateToSearchService.InProcess.cs (2)
205return NavigateToItemKind.Field; 284case NavigateToItemKind.Field:
NavigateTo\NavigateToItemKind.cs (1)
19public const string Field = nameof(Field);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Symbols\WorkspaceSymbolsHandler.cs (1)
37NavigateToItemKind.Field,
Microsoft.VisualStudio.LanguageServices (2)
NavigateTo\RoslynNavigateToSearchCallback.cs (1)
116NavigateToItemKind.Field => CodeSearchResultType.Field,
NavigateTo\RoslynSearchItemsSource.cs (1)
33.Add(NavigateToItemKind.Field)