2 references to ExecuteAsync
aspire (2)
Commands\ConfigCommand.cs (2)
375return ExecuteAsync(key, isGlobal, cancellationToken); 395return await ExecuteAsync(key, isGlobal, cancellationToken);