Implemented interface member:
method
Dispose
System.IDisposable.Dispose()
7 references to Dispose
System.Data (4)
fx\src\data\System\Data\OleDb\OleDbConnectionInternal.cs (1)
292transaction.Dispose();
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (3)
808_internalTransaction.Dispose(); 1220_internalTransaction.Dispose(); 1241_internalTransaction.Dispose();
System.Data.Entity (2)
System\Data\EntityClient\EntityTransaction.cs (1)
136this._storeTransaction.Dispose();
System\Data\Objects\ObjectContext.cs (1)
2407localTransaction.Dispose();
System.Workflow.Runtime (1)
Hosting\LocalTransaction.cs (1)
136transaction.Dispose();