6 references to CLFS_MGMT_NOTIFICATION_TYPE
System.IO.Log (6)
System\IO\Log\LogManagementAsyncResult.cs (5)
231CLFS_MGMT_NOTIFICATION_TYPE nt; 232nt = (CLFS_MGMT_NOTIFICATION_TYPE)this.notification.Notification; 236case CLFS_MGMT_NOTIFICATION_TYPE.ClfsMgmtAdvanceTailNotification: 247case CLFS_MGMT_NOTIFICATION_TYPE.ClfsMgmtLogFullHandlerNotification: 251case CLFS_MGMT_NOTIFICATION_TYPE.ClfsMgmtLogUnpinnedNotification:
System\IO\Log\UnsafeNativeMethods.cs (1)
408this.Notification = (int)CLFS_MGMT_NOTIFICATION_TYPE.ClfsMgmtAdvanceTailNotification;