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