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)
13
IGoOrFindNavigationService
navigationService) : ICommandHandler<TCommandArgs>
16
private readonly
IGoOrFindNavigationService
_navigationService = navigationService;
Microsoft.VisualStudio.LanguageServices.Implementation (4)
SolutionExplorer\SymbolTree\RootSymbolTreeItemSourceProvider.cs (3)
59
private readonly
IGoOrFindNavigationService
_goToBaseNavigationService;
60
private readonly
IGoOrFindNavigationService
_goToImplementationNavigationService;
61
private readonly
IGoOrFindNavigationService
_findReferencesNavigationService;
SolutionExplorer\SymbolTree\SymbolItemContextMenuController.cs (1)
56
var
navigationService = nCmdID switch