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