6 instantiations of TransactionEventArgs
System.Transactions (6)
System\Transactions\InternalTransaction.cs (1)
476
TransactionEventArgs args = new
TransactionEventArgs
();
System\Transactions\TransactionManager.cs (2)
101
TransactionEventArgs args = new
TransactionEventArgs
();
120
TransactionEventArgs args = new
TransactionEventArgs
();
System\Transactions\TransactionState.cs (3)
2079
TransactionEventArgs args = new
TransactionEventArgs
();
3647
TransactionEventArgs args = new
TransactionEventArgs
( );
4803
TransactionEventArgs args = new
TransactionEventArgs
();
20 references to TransactionEventArgs
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\InstanceLockTracking.cs (2)
68
void TransactionCompleted(object sender,
TransactionEventArgs
e)
90
void TransactedUnlockCompleted(object sender,
TransactionEventArgs
e)
System.Data (1)
fx\src\data\System\Data\ProviderBase\DbConnectionInternal.cs (1)
827
void 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>
1169
private void EnlistedTransactionCompleted(object sender,
TransactionEventArgs
e)
System.Data.Linq (1)
SqlClient\SqlConnectionManager.cs (1)
149
private void OnTransactionCompleted(object sender, System.Transactions.
TransactionEventArgs
args) {
System.ServiceModel (4)
System\ServiceModel\Channels\MsmqDefaultLockingQueue.cs (1)
299
void Current_TransactionCompleted(object sender,
TransactionEventArgs
e)
System\ServiceModel\Channels\MsmqReceiveContextLockManager.cs (1)
151
void OnTransactionCompleted(object sender,
TransactionEventArgs
e)
System\ServiceModel\Dispatcher\ReceiveContextRPCFacet.cs (1)
319
void OnTransactionComplete(object sender,
TransactionEventArgs
e)
System\ServiceModel\Transactions\TransactionCache.cs (1)
54
void OnTransactionCompleted(object sender,
TransactionEventArgs
e)
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\WorkflowOperationContext.cs (1)
859
void OnTransactionComplete(object sender,
TransactionEventArgs
e)
System.Transactions (8)
System\Transactions\InternalTransaction.cs (1)
476
TransactionEventArgs
args = new TransactionEventArgs();
System\Transactions\Transaction.cs (1)
50
public delegate void TransactionCompletedEventHandler(object sender,
TransactionEventArgs
e);
System\Transactions\TransactionManager.cs (3)
39
public delegate void TransactionStartedEventHandler(object sender,
TransactionEventArgs
e);
101
TransactionEventArgs
args = new TransactionEventArgs();
120
TransactionEventArgs
args = new TransactionEventArgs();
System\Transactions\TransactionState.cs (3)
2079
TransactionEventArgs
args = new TransactionEventArgs();
3647
TransactionEventArgs
args = new TransactionEventArgs( );
4803
TransactionEventArgs
args = new TransactionEventArgs();
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
1742
void Current_TransactionCompleted(object sender,
TransactionEventArgs
e)