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)
79builder.Services.TryAddSingleton<LoggedOutNotificationManager>(); 92services.GetRequiredService<LoggedOutNotificationManager>(),