3 writes to NotificationAutoEnlist
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlCommandBuilder.cs (3)
280sqlCommand.NotificationAutoEnlist = false; 289sqlCommand.NotificationAutoEnlist = notificationAutoEnlist; 296cmd.NotificationAutoEnlist = false;
3 references to NotificationAutoEnlist
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
2990if (NotificationAutoEnlist) {
fx\src\data\System\Data\SqlClient\SqlCommandBuilder.cs (1)
277bool notificationAutoEnlist = sqlCommand.NotificationAutoEnlist;
System.Web (1)
Cache\SqlCacheDependency.cs (1)
116sqlCmd.NotificationAutoEnlist) { // This command will auto-enlist in that output cache dependency