1 write to _singlePhaseNotifications
System.Transactions.Local (1)
System\Transactions\Enlistment.cs (1)
121_singlePhaseNotifications = singlePhaseNotifications;
3 references to _singlePhaseNotifications
System.Transactions.Local (3)
System\Transactions\Enlistment.cs (3)
171internal ISinglePhaseNotification? SinglePhaseNotification => _singlePhaseNotifications; 260Debug.Assert(_singlePhaseNotifications != null); 261_singlePhaseNotifications.SinglePhaseCommit(SinglePhaseEnlistment);