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)
2743var keyValuePairs = new KeyValuePair<TKey, TValue>[_dictionary.Count]; 2744_dictionary.CopyTo(keyValuePairs, 0);