3 references to ExecuteInteractiveWithResultAsync
aspire (3)
Commands\StopCommand.cs (3)
126
? await
ExecuteInteractiveWithResultAsync
(passedAppHostProjectFile, cancellationToken).ConfigureAwait(false)
201
return await
ExecuteInteractiveWithResultAsync
(passedAppHostProjectFile, cancellationToken).ConfigureAwait(false);
257
var result = await
ExecuteInteractiveWithResultAsync
(passedAppHostProjectFile, cancellationToken).ConfigureAwait(false);