2 references to ConcurrentDictionary
mscorlib (1)
system\Collections\Concurrent\ConcurrentDictionary.cs (1)
210
public ConcurrentDictionary(IEnumerable<KeyValuePair<TKey, TValue>> collection) :
this
(collection, EqualityComparer<TKey>.Default) { }
System.ServiceModel (1)
System\ServiceModel\Channels\HttpHeaderInfo.cs (1)
44
knownHeadersInfos = new
ConcurrentDictionary
<string, HttpHeaderInfo>(