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