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