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