Implemented interface member:
method
Dispose
System.IDisposable.Dispose()
13 references to Dispose
System.Data (5)
fx\src\data\System\Data\ProviderBase\DbConnectionInternal.cs (3)
141previousTransactionClone.Dispose(); 144valueClone.Dispose(); 594enlistedTransaction.Dispose();
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (2)
51_transaction.Dispose(); 232transactionClone.Dispose();
System.ServiceModel (1)
System\ServiceModel\Dispatcher\TransactionBehavior.cs (1)
294transaction.Dispose();
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\RoutingUtilities.cs (1)
99transaction.Dispose();
System.Transactions (3)
System\Transactions\TransactionScope.cs (3)
928this.committableTransaction.Dispose(); 932this.expectedCurrent.Dispose(); 937this.dependentTransaction.Dispose();
System.Workflow.Runtime (3)
Hosting\SharedConnectionWorkflowTransactionService.cs (1)
237tx.Dispose();
Hosting\WorkflowTransactionService.cs (1)
55tx.Dispose();
WorkflowExecutor.cs (1)
2133transactionalProperties.Transaction.Dispose();