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