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)
169internal IEnlistmentNotification? EnlistmentNotification => _twoPhaseNotifications; 275Debug.Assert(_twoPhaseNotifications != null); 277_twoPhaseNotifications.Prepare(PreparingEnlistment); 282Debug.Assert(_twoPhaseNotifications != null); 284_twoPhaseNotifications.Commit(Enlistment); 289Debug.Assert(_twoPhaseNotifications != null); 291_twoPhaseNotifications.Rollback(Enlistment); 296Debug.Assert(_twoPhaseNotifications != null); 298_twoPhaseNotifications.InDoubt(Enlistment);