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