1 write to _interactionService
Aspire.Hosting (1)
Dcp\DcpHost.cs (1)
70
_interactionService
= interactionService;
5 references to _interactionService
Aspire.Hosting (5)
Dcp\DcpHost.cs (5)
164
if (!
_interactionService
.IsAvailable)
170
_ =
_interactionService
.PromptNotificationAsync(
537
if (!
_interactionService
.IsAvailable)
566
_ =
_interactionService
.PromptNotificationAsync(title, message, options, cancellationToken);
593
var notificationTask =
_interactionService
.PromptNotificationAsync(title, message, options, notificationCts.Token);