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