4 references to LoggedOutNotificationManager
Aspire.Hosting.DevTunnels (4)
DevTunnelHealthCheck.cs (2)
13LoggedOutNotificationManager loggedOutNotificationManager, 19private readonly LoggedOutNotificationManager _loggedOutNotificationManager = loggedOutNotificationManager ?? throw new ArgumentNullException(nameof(loggedOutNotificationManager));
DevTunnelResourceBuilderExtensions.cs (2)
82builder.Services.TryAddSingleton<LoggedOutNotificationManager>(); 95services.GetRequiredService<LoggedOutNotificationManager>(),