8 references to Property
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
NavigateTo\FSharpNavigateToItemKind.cs (1)
25
public static string Property => NavigateToItemKind.
Property
;
Microsoft.CodeAnalysis.Features (4)
NavigateTo\AbstractNavigateToSearchService.cs (1)
29
NavigateToItemKind.
Property
,
NavigateTo\AbstractNavigateToSearchService.InProcess.cs (2)
216
return NavigateToItemKind.
Property
;
302
case NavigateToItemKind.
Property
:
NavigateTo\NavigateToItemKind.cs (1)
21
public const string Property = nameof(
Property
);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Symbols\WorkspaceSymbolsHandler.cs (1)
41
NavigateToItemKind.
Property
,
Microsoft.VisualStudio.LanguageServices (2)
NavigateTo\RoslynNavigateToSearchCallback.cs (1)
121
NavigateToItemKind.
Property
=> CodeSearchResultType.Property,
NavigateTo\RoslynSearchItemsSource.cs (1)
35
.Add(NavigateToItemKind.
Property
)