1 implementation of IGoOrFindNavigationService
Microsoft.CodeAnalysis.EditorFeatures (1)
GoOrFind\AbstractGoOrFindNavigationService.cs (1)
34: IGoOrFindNavigationService
6 references to IGoOrFindNavigationService
Microsoft.CodeAnalysis.EditorFeatures (2)
GoOrFind\AbstractGoOrFindCommandHandler.cs (2)
13IGoOrFindNavigationService navigationService) : ICommandHandler<TCommandArgs> 16private readonly IGoOrFindNavigationService _navigationService = navigationService;
Microsoft.VisualStudio.LanguageServices.Implementation (4)
SolutionExplorer\SymbolTree\RootSymbolTreeItemSourceProvider.cs (3)
59private readonly IGoOrFindNavigationService _goToBaseNavigationService; 60private readonly IGoOrFindNavigationService _goToImplementationNavigationService; 61private readonly IGoOrFindNavigationService _findReferencesNavigationService;
SolutionExplorer\SymbolTree\SymbolItemContextMenuController.cs (1)
56var navigationService = nCmdID switch