2 references to Edit
Microsoft.VisualStudio.LanguageServices.New.IntegrationTests (2)
CSharp\CSharpOrganizing.cs (1)
39
await TestServices.Shell.ExecuteCommandAsync(WellKnownCommands.
Edit
.RemoveAndSort, HangMitigatingCancellationToken);
InProcess\EditorInProcess.cs (1)
1094
await TestServices.Shell.ExecuteCommandAsync(WellKnownCommands.
Edit
.GoToImplementation, cancellationToken);