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