4 references to Property
Microsoft.CodeAnalysis.Features (4)
NavigateTo\AbstractNavigateToSearchService.cs (1)
30NavigateToItemKind.Property,
NavigateTo\AbstractNavigateToSearchService.InProcess.cs (2)
216return NavigateToItemKind.Property; 302case NavigateToItemKind.Property:
NavigateTo\NavigateToItemKind.cs (1)
21public const string Property = nameof(Property);