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