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