5 references to AppDomainKey
System.Data (5)
fx\src\data\System\Data\SqlClient\SqlDependency.cs (2)
567
Bid.NotificationsScopeEnter(out hscp, "<sc.SqlDependency.Start|DEP> AppDomainKey: '%ls', queue: '%ls'",
AppDomainKey
, queue);
692
Bid.NotificationsScopeEnter(out hscp, "<sc.SqlDependency.Stop|DEP> AppDomainKey: '%ls', queue: '%ls'",
AppDomainKey
, queue);
fx\src\data\System\Data\SqlClient\SqlDependencyUtils.cs (3)
135
dispatcher.QueueAppDomainUnloading(SqlDependency.
AppDomainKey
);
202
SqlDependency.
AppDomainKey
, // must be first
496
Bid.NotificationsScopeEnter(out hscp, "<sc.SqlDependencyPerAppDomainDispatcher.TimeoutTimerCallback|DEP> AppDomainKey: '%ls'", SqlDependency.
AppDomainKey
);