3 writes to twoPhaseNotifications
System.Transactions (3)
System\Transactions\Enlistment.cs (3)
105this.twoPhaseNotifications = twoPhaseNotifications; 137this.twoPhaseNotifications = twoPhaseNotifications; 153this.twoPhaseNotifications = twoPhaseNotifications;
5 references to twoPhaseNotifications
System.Transactions (5)
System\Transactions\Enlistment.cs (5)
233return this.twoPhaseNotifications; 370this.twoPhaseNotifications.Prepare(this.PreparingEnlistment); 379this.twoPhaseNotifications.Commit(this.Enlistment); 388this.twoPhaseNotifications.Rollback(this.Enlistment); 397this.twoPhaseNotifications.InDoubt(this.Enlistment);