1 write to _prompter
aspire (1)
Commands\AddCommand.cs (1)
60
_prompter
= prompter;
2 references to _prompter
aspire (2)
Commands\AddCommand.cs (2)
567
return await
_prompter
.PromptForIntegrationAsync(packages, cancellationToken);
573
return await
_prompter
.PromptForIntegrationVersionAsync(packages, configuredChannel, cancellationToken);