Implemented interface member:
method
ExecuteAsync
Microsoft.VisualStudio.Razor.IInterceptedCommand.ExecuteAsync(Microsoft.CodeAnalysis.Solution, Microsoft.CodeAnalysis.DocumentId, System.UInt32, System.Threading.CancellationToken)
2 references to ExecuteAsync
Microsoft.VisualStudio.LanguageServices.Razor (2)
OrganizeUsingsCommand.cs (2)
97=> command.ExecuteAsync(solution, documentId, RemoveAndSortUsingsCommandId, cancellationToken); 100=> command.ExecuteAsync(solution, documentId, SortUsingsCommandId, cancellationToken);