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