3 instantiations of SqlNotification
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlDependencyListener.cs (3)
668new SqlNotification(SqlNotificationInfo.Error, 707new SqlNotification(SqlNotificationInfo.Error, 1099return new SqlNotification(info, source, type, key);
5 references to SqlNotification
System.Data (5)
fx\src\data\System\Data\SqlClient\SqlDependencyListener.cs (3)
526SqlNotification notification = SqlNotificationParser.ProcessMessage(payload); 960internal static SqlNotification ProcessMessage(SqlXml xmlMessage) { 1345private void Invalidate(string server, SqlNotification sqlNotification) {
fx\src\data\System\Data\SqlClient\SqlDependencyUtils.cs (2)
232internal void InvalidateCommandID(SqlNotification sqlNotification) { 283internal void InvalidateServer(string server, SqlNotification sqlNotification) {