1 write to _collectibleEnumerator
System.ComponentModel.TypeConverter (1)
System\ComponentModel\CollectibleKeyConcurrentHashtable.cs (1)
92_collectibleEnumerator = collectibleEnumerator;
5 references to _collectibleEnumerator
System.ComponentModel.TypeConverter (5)
System\ComponentModel\CollectibleKeyConcurrentHashtable.cs (5)
103_collectibleEnumerator.Dispose(); 116while (_collectibleEnumerator.MoveNext()) 118if (_collectibleEnumerator.Current.Value is TValue value) 120Current = new KeyValuePair<TKey, TValue>(_collectibleEnumerator.Current.Key, value); 132_collectibleEnumerator.Reset();