2017-04-10 11:41:01 +00:00
|
|
|
// Licensed to the .NET Foundation under one or more agreements.
|
|
|
|
// The .NET Foundation licenses this file to you under the MIT license.
|
|
|
|
// See the LICENSE file in the project root for more information.
|
|
|
|
|
2018-01-24 17:04:36 +00:00
|
|
|
namespace System.Data.SqlClient
|
2017-04-10 11:41:01 +00:00
|
|
|
{
|
2018-01-24 17:04:36 +00:00
|
|
|
partial class SqlDependencyPerAppDomainDispatcher
|
|
|
|
{
|
|
|
|
private void SubscribeToAppDomainUnload()
|
|
|
|
{
|
|
|
|
//override corefx behavior with no-op.
|
|
|
|
}
|
|
|
|
}
|
2017-04-10 11:41:01 +00:00
|
|
|
}
|