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