2 references to ExecuteAsync
aspire (2)
Commands\ConfigCommand.cs (2)
379return CommandResult.FromExitCode(await ExecuteAsync(key, isGlobal, cancellationToken)); 399return await ExecuteAsync(key, isGlobal, cancellationToken);