1 implementation of IGoOrFindNavigationService
Microsoft.CodeAnalysis.EditorFeatures (1)
GoOrFind\AbstractGoOrFindNavigationService.cs (1)
35
:
IGoOrFindNavigationService
2 references to IGoOrFindNavigationService
Microsoft.CodeAnalysis.EditorFeatures (2)
GoOrFind\AbstractGoOrFindCommandHandler.cs (2)
13
IGoOrFindNavigationService
navigationService) : ICommandHandler<TCommandArgs>
16
private readonly
IGoOrFindNavigationService
_navigationService = navigationService;