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