3 writes to _twoPhaseNotifications
System.Transactions.Local (3)
System\Transactions\Enlistment.cs (3)
95
_twoPhaseNotifications
= twoPhaseNotifications;
120
_twoPhaseNotifications
= twoPhaseNotifications;
134
_twoPhaseNotifications
= twoPhaseNotifications;
9 references to _twoPhaseNotifications
System.Transactions.Local (9)
System\Transactions\Enlistment.cs (9)
169
internal IEnlistmentNotification? EnlistmentNotification =>
_twoPhaseNotifications
;
275
Debug.Assert(
_twoPhaseNotifications
!= null);
277
_twoPhaseNotifications
.Prepare(PreparingEnlistment);
282
Debug.Assert(
_twoPhaseNotifications
!= null);
284
_twoPhaseNotifications
.Commit(Enlistment);
289
Debug.Assert(
_twoPhaseNotifications
!= null);
291
_twoPhaseNotifications
.Rollback(Enlistment);
296
Debug.Assert(
_twoPhaseNotifications
!= null);
298
_twoPhaseNotifications
.InDoubt(Enlistment);