3 references to GoToImplementationNavigationService
Microsoft.CodeAnalysis.EditorFeatures (2)
GoOrFind\GoToImplementation\GoToImplementationCommandHandler.cs (1)
21
internal sealed class GoToImplementationCommandHandler(
GoToImplementationNavigationService
navigationService)
GoOrFind\GoToImplementation\GoToImplementationNavigationService.cs (1)
20
[Export(typeof(
GoToImplementationNavigationService
))]
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\SymbolTree\RootSymbolTreeItemSourceProvider.cs (1)
75
GoToImplementationNavigationService
goToImplementationNavigationService,