15 references to ShimNotificationType
System.Transactions (15)
System\Transactions\Oletx\DtcInterfaces.cs (1)
290[MarshalAs(UnmanagedType.I4)] out ShimNotificationType shimNotificationType,
System\Transactions\Oletx\OletxTransactionManager.cs (14)
71ShimNotificationType shimNotificationType = ShimNotificationType.None; 153if ( ShimNotificationType.None != shimNotificationType ) 161case ShimNotificationType.Phase0RequestNotify: 196case ShimNotificationType.VoteRequestNotify: 213case ShimNotificationType.CommittedNotify: 246case ShimNotificationType.AbortedNotify: 287case ShimNotificationType.InDoubtNotify: 321case ShimNotificationType.PrepareRequestNotify: 355case ShimNotificationType.CommitRequestNotify: 380case ShimNotificationType.AbortRequestNotify: 405case ShimNotificationType.EnlistmentTmDownNotify: 431case ShimNotificationType.ResourceManagerTmDownNotify: 486while ( ShimNotificationType.None != shimNotificationType );