2 references to GoToImplementationCommandArgs
Microsoft.CodeAnalysis.EditorFeatures (1)
GoOrFind\GoToImplementation\GoToImplementationCommandHandler.cs (1)
22
: AbstractGoOrFindCommandHandler<
GoToImplementationCommandArgs
>(navigationService);
Microsoft.VisualStudio.LanguageServices (1)
Implementation\CommandBindings.cs (1)
18
[CommandBinding(Guids.RoslynGroupIdString, ID.RoslynCommands.GoToImplementation, typeof(
GoToImplementationCommandArgs
))]