3 writes to AsynchronousProcessing
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (1)
565
AsynchronousProcessing
= true,
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (1)
289
case Keywords.AsynchronousProcessing:
AsynchronousProcessing
= ConvertToBoolean(value); break;
fx\src\data\System\Data\SqlClient\SqlDependencyListener.cs (1)
1314
connectionStringBuilder.
AsynchronousProcessing
= true;
1 reference to AsynchronousProcessing
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (1)
952
case Keywords.AsynchronousProcessing: return
AsynchronousProcessing
;