2 references to Asynchronous
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlConnection.cs (1)
1687return ((null != constr) ? constr.Asynchronous : SqlConnectionString.DEFAULT.Asynchronous);
fx\src\data\System\Data\SqlClient\SqlConnectionString.cs (1)
253ConvertValueToBoolean(KEY.AsynchronousProcessing, DEFAULT.Asynchronous); // while we don't use it anymore, we still need to verify it is true/false