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