21 references to Rollback
ComSvcConfig (1)
ComplusEndpointConfigContainer.cs (1)
94Transaction.Current.Rollback();
System.Activities (2)
System\Activities\Statements\TransactionScope.cs (1)
400handle.GetCurrentTransaction(context).Rollback();
System\Activities\WorkflowPersistenceContext.cs (1)
49this.contextOwnedTransaction.Rollback();
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionSmi.cs (1)
482delegatedTransaction.Transaction.Rollback(); // just to make sure...
System.Runtime.DurableInstancing (1)
System\Runtime\TransactionHelper.cs (1)
45tempTransaction.Rollback();
System.ServiceModel (7)
System\ServiceModel\Channels\MsmqReceiveHelper.cs (1)
170Transaction.Current.Rollback();
System\ServiceModel\ComIntegration\TransactionProxy.cs (1)
169this.currentTransaction.Rollback();
System\ServiceModel\Dispatcher\ListenerHandler.cs (1)
333tx.Rollback();
System\ServiceModel\Dispatcher\TransactedBatchContext.cs (1)
89this.transaction.Rollback();
System\ServiceModel\Dispatcher\TransactionBehavior.cs (3)
523this.Current.Rollback(); 541this.Current.Rollback(); 791transaction.Rollback();
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (1)
5595this.contextOwnedTransaction.Rollback();
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\RoutingUtilities.cs (1)
98transaction.Rollback();
System.Transactions (5)
System\Transactions\TransactionScope.cs (5)
652rollbackTransaction.Rollback(); 703current.Rollback(); 810current.Rollback(); 902rollbackTransaction.Rollback(); 1004this.expectedCurrent.Rollback();
System.Workflow.Runtime (2)
Hosting\SharedConnectionWorkflowTransactionService.cs (1)
220tx.Rollback();
WorkflowExecutor.cs (1)
2327transaction.Rollback();