6 references to NotificationType
Microsoft.DotNet.HotReload.Watch (6)
src\sdk\src\Dotnet.Watch\AspireService\AspireServerService.cs (3)
144NotificationType = NotificationType.SessionTerminated, 158NotificationType = NotificationType.ProcessRestarted, 171NotificationType = NotificationType.ServiceLogs,
src\sdk\src\Dotnet.Watch\AspireService\Models\SessionChangeNotification.cs (3)
42/// <see cref="SessionNotification.NotificationType"/> is <see cref="NotificationType.SessionTerminated"/>. 66/// <see cref="SessionNotification.NotificationType"/> is <see cref="NotificationType.ProcessRestarted"/>. 83/// <see cref="SessionNotification.NotificationType"/> is <see cref="NotificationType.ServiceLogs"/>.