8 references to Interface
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
NavigateTo\FSharpNavigateToItemKind.cs (1)
17
public static string Interface => NavigateToItemKind.
Interface
;
Microsoft.CodeAnalysis.Features (4)
NavigateTo\AbstractNavigateToSearchService.cs (1)
26
NavigateToItemKind.
Interface
,
NavigateTo\AbstractNavigateToSearchService.InProcess.cs (2)
207
return NavigateToItemKind.
Interface
;
288
case NavigateToItemKind.
Interface
:
NavigateTo\NavigateToItemKind.cs (1)
13
public const string Interface = nameof(
Interface
);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Symbols\WorkspaceSymbolsHandler.cs (1)
38
NavigateToItemKind.
Interface
,
Microsoft.VisualStudio.LanguageServices (2)
NavigateTo\RoslynNavigateToSearchCallback.cs (1)
117
NavigateToItemKind.
Interface
=> CodeSearchResultType.Interface,
NavigateTo\RoslynSearchItemsSource.cs (1)
27
.Add(NavigateToItemKind.
Interface
)