9 references to Property
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
NavigateTo\FSharpNavigateToItemKind.cs (1)
25public static string Property => NavigateToItemKind.Property;
Microsoft.CodeAnalysis.Features (4)
NavigateTo\AbstractNavigateToSearchService.cs (1)
25NavigateToItemKind.Property,
NavigateTo\AbstractNavigateToSearchService.InProcess.cs (2)
259return NavigateToItemKind.Property; 343case NavigateToItemKind.Property:
NavigateTo\NavigateToItemKind.cs (1)
23public const string Property = nameof(Property);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Symbols\WorkspaceSymbolsHandler.cs (1)
38NavigateToItemKind.Property,
Microsoft.VisualStudio.LanguageServices (3)
NavigateTo\RoslynNavigateToSearchCallback.cs (1)
114NavigateToItemKind.Property => CodeSearchResultType.Property,
NavigateTo\RoslynSearchItemsSource.cs (1)
35.Add(NavigateToItemKind.Property)
Progression\GraphBuilder.cs (1)
718NavigateToItemKind.Property => CodeNodeCategories.Property,