//------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // // stevesta //------------------------------------------------------------------------------ namespace System.Data.ProviderBase { using System; using System.Diagnostics; internal class DbConnectionPoolProviderInfo { } }