3 references to SqlNotificationEventArgs
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlDependency.cs (2)
394sqlNotificationEvent = new SqlNotificationEventArgs(SqlNotificationType.Subscribe, SqlNotificationInfo.AlreadyChanged, SqlNotificationSource.Client); 1061pair.Invoke(new SqlNotificationEventArgs(type, info, source));
fx\src\data\System\Data\SqlClient\SqlNotificationEventArgs.cs (1)
45internal static SqlNotificationEventArgs NotifyError = new SqlNotificationEventArgs(SqlNotificationType.Subscribe, SqlNotificationInfo.Error, SqlNotificationSource.Object);