7 references to NotificationType_1
Microsoft.Diagnostics.DataContractReader.Contracts (7)
Contracts\Notifications_1.cs (7)
47notification = (NotificationType_1)(uint)exceptionInformation[0].Value switch 49NotificationType_1.ModuleLoad => new ModuleLoadNotificationData(exceptionInformation[1]), 50NotificationType_1.ModuleUnload => new ModuleUnloadNotificationData(exceptionInformation[1]), 51NotificationType_1.Jit2 => new JitNotificationData(exceptionInformation[1], exceptionInformation[2]), 52NotificationType_1.Exception => new ExceptionNotificationData(exceptionInformation[1]), 53NotificationType_1.Gc => ParseGcNotification(exceptionInformation), 54NotificationType_1.ExceptionCatcherEnter => new ExceptionCatcherEnterNotificationData(exceptionInformation[1], (uint)exceptionInformation[2].Value),