2 references to GoToImplementation
Microsoft.CodeAnalysis.EditorFeatures (1)
GoToImplementation\GoToImplementationCommandHandler.cs (1)
27[Name(PredefinedCommandHandlerNames.GoToImplementation)]
Microsoft.VisualStudio.LanguageServices.New.IntegrationTests (1)
InProcess\EditorInProcess.cs (1)
1085var goToImplementation = (GoToImplementationCommandHandler)commandHandlers.Single(handler => handler.Metadata.Name == PredefinedCommandHandlerNames.GoToImplementation).Value;