Home
last modified time | relevance | path

Searched refs:VerifyObjectIsPool (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/tests/ManualTests/SQL/Common/SystemDataInternals/
H A DConnectionPoolHelper.cs37 VerifyObjectIsPool(pool); in CountFreeConnections()
110 VerifyObjectIsPool(pool); in CleanConnectionPool()
121 VerifyObjectIsPool(pool); in CountConnectionsInPool()
126 private static void VerifyObjectIsPool(object pool) in VerifyObjectIsPool() method in System.Data.SqlClient.ManualTesting.Tests.SystemDataInternals.ConnectionPoolHelper