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)
171
internal ISinglePhaseNotification? SinglePhaseNotification =>
_singlePhaseNotifications
;
260
Debug.Assert(
_singlePhaseNotifications
!= null);
261
_singlePhaseNotifications
.SinglePhaseCommit(SinglePhaseEnlistment);