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