8 references to EnlistmentNotification
System.Transactions.Local (8)
System\Transactions\VolatileEnlistmentState.cs (8)
147
Debug.Assert(enlistment.
EnlistmentNotification
!= null);
148
enlistment.
EnlistmentNotification
.Prepare(enlistment.PreparingEnlistment);
372
Debug.Assert(enlistment.
EnlistmentNotification
!= null);
373
enlistment.
EnlistmentNotification
.Rollback(enlistment.SinglePhaseEnlistment);
415
Debug.Assert(enlistment.
EnlistmentNotification
!= null);
417
enlistment.
EnlistmentNotification
.Commit(enlistment.Enlistment);
449
Debug.Assert(enlistment.
EnlistmentNotification
!= null);
451
enlistment.
EnlistmentNotification
.InDoubt(enlistment.PreparingEnlistment);