6 references to GoToDefinition
Microsoft.CodeAnalysis.EditorFeatures (1)
GoToDefinition\GoToDefinitionCommandHandler.cs (1)
50
_listener = listenerProvider.GetListener(FeatureAttribute.
GoToDefinition
);
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (3)
GoToDefinition\GoToDefinitionCommandHandlerTests.vb (3)
59
Dim waiter = provider.GetWaiter(FeatureAttribute.
GoToDefinition
)
101
Dim waiter = provider.GetWaiter(FeatureAttribute.
GoToDefinition
)
146
Dim waiter = provider.GetWaiter(FeatureAttribute.
GoToDefinition
)
Microsoft.CodeAnalysis.Workspaces (1)
Shared\TestHooks\FeatureAttribute.cs (1)
31
public const string GoToDefinition = nameof(
GoToDefinition
);
Microsoft.VisualStudio.LanguageServices.New.IntegrationTests (1)
InProcess\EditorInProcess.cs (1)
1057
new[] { FeatureAttribute.Workspace, FeatureAttribute.NavigateTo, FeatureAttribute.
GoToDefinition
},