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