We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac757fa commit 6db296eCopy full SHA for 6db296e
src/Microsoft.Data.SqlClient/src/Microsoft/Data/SqlClient/ConnectionPool/WaitHandleDbConnectionPool.cs
@@ -1379,8 +1379,6 @@ public void PutObjectFromTransactedPool(DbConnectionInternal obj)
1379
Debug.Assert(obj != null, "null pooledObject?");
1380
Debug.Assert(obj.EnlistedTransaction == null, "pooledObject is still enlisted?");
1381
1382
- obj.DeactivateConnection();
1383
-
1384
// called by the transacted connection pool , once it's removed the
1385
// connection from it's list. We put the connection back in general
1386
// circulation.
0 commit comments