2 implementations of Rollback
System.Transactions.Local (2)
System\Transactions\Enlistment.cs (1)
287
void IEnlistmentNotificationInternal.
Rollback
(IPromotedEnlistment enlistment)
System\Transactions\VolatileEnlistmentMultiplexing.cs (1)
243
public abstract void
Rollback
(IPromotedEnlistment en);
4 references to Rollback
System.Transactions.Local (4)
System\Transactions\Oletx\OletxEnlistment.cs (2)
123
_iEnlistmentNotification.
Rollback
(this);
484
localEnlistmentNotification.
Rollback
(this);
System\Transactions\Oletx\OletxResourceManager.cs (1)
700
localEnlistment.EnlistmentNotification!.
Rollback
(localEnlistment);
System\Transactions\Oletx\OletxVolatileEnlistment.cs (1)
1215
localEnlistmentNotification.
Rollback
(this);