2 implementations of ForceRollback
System.Transactions.Local (2)
System\Transactions\Oletx\OletxEnlistment.cs (1)
953public void ForceRollback()
System\Transactions\Oletx\OletxVolatileEnlistment.cs (1)
1432void IPromotedEnlistment.ForceRollback()
2 references to ForceRollback
System.Transactions.Local (2)
System\Transactions\TransactionState.cs (2)
2765tx._phase0Volatiles.VolatileDemux._promotedEnlistment.ForceRollback(); 2807tx._phase1Volatiles.VolatileDemux._promotedEnlistment.ForceRollback();