3 references to GoToBase
Microsoft.CodeAnalysis.EditorFeatures (1)
GoToBase\GoToBaseCommandHandler.cs (1)
41listenerProvider.GetListener(FeatureAttribute.GoToBase),
Microsoft.CodeAnalysis.Workspaces (1)
Shared\TestHooks\FeatureAttribute.cs (1)
30public const string GoToBase = nameof(GoToBase);
Microsoft.VisualStudio.LanguageServices.New.IntegrationTests (1)
InProcess\EditorInProcess.cs (1)
1069await TestServices.Workspace.WaitForAsyncOperationsAsync(FeatureAttribute.GoToBase, cancellationToken);