3 references to GoToImplementation
Microsoft.CodeAnalysis.EditorFeatures (1)
GoToImplementation\GoToImplementationCommandHandler.cs (1)
41listenerProvider.GetListener(FeatureAttribute.GoToImplementation),
Microsoft.CodeAnalysis.Workspaces (1)
Shared\TestHooks\FeatureAttribute.cs (1)
32public const string GoToImplementation = nameof(GoToImplementation);
Microsoft.VisualStudio.LanguageServices.New.IntegrationTests (1)
InProcess\EditorInProcess.cs (1)
1096new[] { FeatureAttribute.Workspace, FeatureAttribute.GoToImplementation },