2 implementations of ForceRollback
System.Transactions (2)
System\Transactions\Oletx\OletxEnlistment.cs (1)
1114public void ForceRollback()
System\Transactions\Oletx\OletxVolatileEnlistment.cs (1)
1623void IPromotedEnlistment.ForceRollback()
2 references to ForceRollback
System.Transactions (2)
System\Transactions\TransactionState.cs (2)
3557tx.phase0Volatiles.VolatileDemux.oletxEnlistment.ForceRollback(); 3600tx.phase1Volatiles.VolatileDemux.oletxEnlistment.ForceRollback();