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();
116
while (
_collectibleEnumerator
.MoveNext())
118
if (
_collectibleEnumerator
.Current.Value is TValue value)
120
Current = new KeyValuePair<TKey, TValue>(
_collectibleEnumerator
.Current.Key, value);
132
_collectibleEnumerator
.Reset();