<PackageReference Include="Microsoft.Data.SqlClient" Version="7.1.0-preview2.26190.5" />

Microsoft.Data.SqlClient.ConnectionPool.DbConnectionPoolState

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