3 writes to _iEnlistmentNotification
System.Transactions.Local (3)
System\Transactions\Oletx\OletxEnlistment.cs (3)
66
_iEnlistmentNotification
= enlistmentNotification;
95
_iEnlistmentNotification
= enlistmentNotification;
221
_iEnlistmentNotification
= null;
7 references to _iEnlistmentNotification
System.Transactions.Local (7)
System\Transactions\Oletx\OletxEnlistment.cs (7)
123
_iEnlistmentNotification
.Rollback(this);
146
_iEnlistmentNotification
.Commit(this);
183
internal IEnlistmentNotificationInternal? EnlistmentNotification =>
_iEnlistmentNotification
;
262
localEnlistmentNotification =
_iEnlistmentNotification
!;
386
localEnlistmentNotification =
_iEnlistmentNotification
;
456
localEnlistmentNotification =
_iEnlistmentNotification
;
617
localEnlistmentNotification =
_iEnlistmentNotification
;