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