1 write to _interactionService
Aspire.Hosting (1)
Dcp\DcpHost.cs (1)
58_interactionService = interactionService;
3 references to _interactionService
Aspire.Hosting (3)
Dcp\DcpHost.cs (3)
378if (!_interactionService.IsAvailable) 407_ = _interactionService.PromptNotificationAsync(title, message, options, cancellationToken); 434var notificationTask = _interactionService.PromptNotificationAsync(title, message, options, notificationCts.Token);