<PackageReference Include="Microsoft.Data.SqlClient" Version="7.0.2" />

Microsoft.Data.SqlClient.ConnectionPool.DbConnectionPoolState

namespace Microsoft.Data.SqlClient.ConnectionPool { internal enum DbConnectionPoolState { Running, ShuttingDown } }