2 references to ConcurrencyLevel
System.Xaml (2)
System\Xaml\XamlSchemaContext.cs (2)
1178
return new ConcurrentDictionary<K, V>(
ConcurrencyLevel
, DictionaryCapacity);
1183
return new ConcurrentDictionary<K, V>(
ConcurrencyLevel
, DictionaryCapacity, comparer);