8 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)
29NavigateToItemKind.Property,
NavigateTo\AbstractNavigateToSearchService.InProcess.cs (2)
216return NavigateToItemKind.Property; 302case NavigateToItemKind.Property:
NavigateTo\NavigateToItemKind.cs (1)
21public const string Property = nameof(Property);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Symbols\WorkspaceSymbolsHandler.cs (1)
41NavigateToItemKind.Property,
Microsoft.VisualStudio.LanguageServices (2)
NavigateTo\RoslynNavigateToSearchCallback.cs (1)
121NavigateToItemKind.Property => CodeSearchResultType.Property,
NavigateTo\RoslynSearchItemsSource.cs (1)
35.Add(NavigateToItemKind.Property)