9 references to Interface
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
NavigateTo\FSharpNavigateToItemKind.cs (1)
17public static string Interface => NavigateToItemKind.Interface;
Microsoft.CodeAnalysis.Features (4)
NavigateTo\AbstractNavigateToSearchService.cs (1)
22NavigateToItemKind.Interface,
NavigateTo\AbstractNavigateToSearchService.InProcess.cs (2)
250return NavigateToItemKind.Interface; 329case NavigateToItemKind.Interface:
NavigateTo\NavigateToItemKind.cs (1)
15public const string Interface = nameof(Interface);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Symbols\WorkspaceSymbolsHandler.cs (1)
35NavigateToItemKind.Interface,
Microsoft.VisualStudio.LanguageServices (3)
NavigateTo\RoslynNavigateToSearchCallback.cs (1)
110NavigateToItemKind.Interface => CodeSearchResultType.Interface,
NavigateTo\RoslynSearchItemsSource.cs (1)
27.Add(NavigateToItemKind.Interface)
Progression\GraphBuilder.cs (1)
714NavigateToItemKind.Interface => CodeNodeCategories.Interface,