9 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)
25
NavigateToItemKind.
Property
,
NavigateTo\AbstractNavigateToSearchService.InProcess.cs (2)
259
return NavigateToItemKind.
Property
;
343
case NavigateToItemKind.
Property
:
NavigateTo\NavigateToItemKind.cs (1)
23
public const string Property = nameof(
Property
);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Symbols\WorkspaceSymbolsHandler.cs (1)
38
NavigateToItemKind.
Property
,
Microsoft.VisualStudio.LanguageServices (3)
NavigateTo\RoslynNavigateToSearchCallback.cs (1)
114
NavigateToItemKind.
Property
=> CodeSearchResultType.Property,
NavigateTo\RoslynSearchItemsSource.cs (1)
35
.Add(NavigateToItemKind.
Property
)
Progression\GraphBuilder.cs (1)
718
NavigateToItemKind.
Property
=> CodeNodeCategories.Property,