1 write to _interactionService
Aspire.Hosting (1)
Dcp\DcpHost.cs (1)
66
_interactionService
= interactionService;
5 references to _interactionService
Aspire.Hosting (5)
Dcp\DcpHost.cs (5)
173
if (!
_interactionService
.IsAvailable)
179
_ =
_interactionService
.PromptNotificationAsync(
427
if (!
_interactionService
.IsAvailable)
456
_ =
_interactionService
.PromptNotificationAsync(title, message, options, cancellationToken);
483
var notificationTask =
_interactionService
.PromptNotificationAsync(title, message, options, notificationCts.Token);