4 references to Property
Microsoft.CodeAnalysis.Features (4)
NavigateTo\AbstractNavigateToSearchService.cs (1)
28NavigateToItemKind.Property,
NavigateTo\AbstractNavigateToSearchService.InProcess.cs (2)
215return NavigateToItemKind.Property; 299case NavigateToItemKind.Property:
NavigateTo\NavigateToItemKind.cs (1)
23public const string Property = nameof(Property);