6 instantiations of TransactionEventArgs
System.Transactions (6)
System\Transactions\InternalTransaction.cs (1)
476TransactionEventArgs args = new TransactionEventArgs();
System\Transactions\TransactionManager.cs (2)
101TransactionEventArgs args = new TransactionEventArgs(); 120TransactionEventArgs args = new TransactionEventArgs();
System\Transactions\TransactionState.cs (3)
2079TransactionEventArgs args = new TransactionEventArgs(); 3647TransactionEventArgs args = new TransactionEventArgs( ); 4803TransactionEventArgs args = new TransactionEventArgs();
20 references to TransactionEventArgs
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\InstanceLockTracking.cs (2)
68void TransactionCompleted(object sender, TransactionEventArgs e) 90void TransactedUnlockCompleted(object sender, TransactionEventArgs e)
System.Data (1)
fx\src\data\System\Data\ProviderBase\DbConnectionInternal.cs (1)
827void TransactionCompletedEvent(object sender, SysTx.TransactionEventArgs e) {
System.Data.Entity (2)
System\Data\EntityClient\EntityConnection.cs (2)
1167/// <param name="e">The <see cref="TransactionEventArgs"/> that contains the event data.</param> 1169private void EnlistedTransactionCompleted(object sender, TransactionEventArgs e)
System.Data.Linq (1)
SqlClient\SqlConnectionManager.cs (1)
149private void OnTransactionCompleted(object sender, System.Transactions.TransactionEventArgs args) {
System.ServiceModel (4)
System\ServiceModel\Channels\MsmqDefaultLockingQueue.cs (1)
299void Current_TransactionCompleted(object sender, TransactionEventArgs e)
System\ServiceModel\Channels\MsmqReceiveContextLockManager.cs (1)
151void OnTransactionCompleted(object sender, TransactionEventArgs e)
System\ServiceModel\Dispatcher\ReceiveContextRPCFacet.cs (1)
319void OnTransactionComplete(object sender, TransactionEventArgs e)
System\ServiceModel\Transactions\TransactionCache.cs (1)
54void OnTransactionCompleted(object sender, TransactionEventArgs e)
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\WorkflowOperationContext.cs (1)
859void OnTransactionComplete(object sender, TransactionEventArgs e)
System.Transactions (8)
System\Transactions\InternalTransaction.cs (1)
476TransactionEventArgs args = new TransactionEventArgs();
System\Transactions\Transaction.cs (1)
50public delegate void TransactionCompletedEventHandler(object sender, TransactionEventArgs e);
System\Transactions\TransactionManager.cs (3)
39public delegate void TransactionStartedEventHandler(object sender, TransactionEventArgs e); 101TransactionEventArgs args = new TransactionEventArgs(); 120TransactionEventArgs args = new TransactionEventArgs();
System\Transactions\TransactionState.cs (3)
2079TransactionEventArgs args = new TransactionEventArgs(); 3647TransactionEventArgs args = new TransactionEventArgs( ); 4803TransactionEventArgs args = new TransactionEventArgs();
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
1742void Current_TransactionCompleted(object sender, TransactionEventArgs e)