1 write to _dictionary
System.Collections.Concurrent (1)
System\Collections\Concurrent\ConcurrentDictionary.cs (1)
2735
_dictionary
= dictionary;
2 references to _dictionary
System.Collections.Concurrent (2)
System\Collections\Concurrent\ConcurrentDictionary.cs (2)
2743
var keyValuePairs = new KeyValuePair<TKey, TValue>[
_dictionary
.Count];
2744
_dictionary
.CopyTo(keyValuePairs, 0);