6 references to AsynchronousProcessing
System.Data (6)
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (6)
139validKeywords[(int)Keywords.AsynchronousProcessing] = DbConnectionStringKeywords.AsynchronousProcessing; 181hash.Add(DbConnectionStringKeywords.AsynchronousProcessing, Keywords.AsynchronousProcessing); 220hash.Add(DbConnectionStringSynonyms.Async, Keywords.AsynchronousProcessing); 289case Keywords.AsynchronousProcessing: AsynchronousProcessing = ConvertToBoolean(value); break; 952case Keywords.AsynchronousProcessing: return AsynchronousProcessing; 1053case Keywords.AsynchronousProcessing: