2 references to ExecuteAsync
aspire (2)
Commands\ConfigCommand.cs (2)
162return ExecuteAsync(key, value, isGlobal, cancellationToken); 175return await ExecuteAsync(key, value, isGlobal, cancellationToken);