5 references to Client
System.Data (5)
fx\src\data\System\Data\SqlClient\SqlDependency.cs (3)
394
sqlNotificationEvent = new SqlNotificationEventArgs(SqlNotificationType.Subscribe, SqlNotificationInfo.AlreadyChanged, SqlNotificationSource.
Client
);
1036
SqlNotificationSource.
Client
!= source) {
1142
Invalidate(SqlNotificationType.Subscribe, SqlNotificationInfo.AlreadyChanged, SqlNotificationSource.
Client
);
fx\src\data\System\Data\SqlClient\SqlDependencyListener.cs (2)
669
SqlNotificationSource.
Client
,
708
SqlNotificationSource.
Client
,