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)
13IGoOrFindNavigationService navigationService) : ICommandHandler<TCommandArgs> 16private readonly IGoOrFindNavigationService _navigationService = navigationService;