1 reference to ConcurrentDictionary
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlConnection.cs (1)
88= new ConcurrentDictionary<string, IList<string>>(concurrencyLevel: 4 * Environment.ProcessorCount /* default value in ConcurrentDictionary*/,