Microsoft.Data.SqlClient.Connection.CachedContexts
class CachedContexts
Provides thread-safe caching and sharing of asynchronous call contexts between objects
within a single SQL connection context.
namespace Microsoft.Data.SqlClient.Connection
{
internal class CachedContexts
{
public CachedContexts();
}
}