2 references to PromptMessageBoxCoreAsync
Aspire.Hosting (2)
ApplicationModel\InteractionService.cs (2)
51
return await
PromptMessageBoxCoreAsync
(title, message, options, cancellationToken).ConfigureAwait(false);
70
return await
PromptMessageBoxCoreAsync
(title, message, options, cancellationToken).ConfigureAwait(false);