2 references to GoToImplementationCommandArgs
Microsoft.CodeAnalysis.EditorFeatures (1)
GoToImplementation\GoToImplementationCommandHandler.cs (1)
28internal sealed class GoToImplementationCommandHandler : AbstractGoToCommandHandler<IFindUsagesService, GoToImplementationCommandArgs>
Microsoft.VisualStudio.LanguageServices (1)
Implementation\CommandBindings.cs (1)
18[CommandBinding(Guids.RoslynGroupIdString, ID.RoslynCommands.GoToImplementation, typeof(GoToImplementationCommandArgs))]