2 references to GoToDefinition
Microsoft.CodeAnalysis.EditorFeatures (1)
GoToDefinition\GoToDefinitionCommandHandler.cs (1)
39
private readonly IAsynchronousOperationListener _listener = listenerProvider.GetListener(FeatureAttribute.
GoToDefinition
);
Microsoft.CodeAnalysis.Workspaces (1)
Shared\TestHooks\FeatureAttribute.cs (1)
38
public const string GoToDefinition = nameof(
GoToDefinition
);