6 references to _collectibleTable
System.ComponentModel.TypeConverter (6)
System\ComponentModel\CollectibleKeyConcurrentHashtable.cs (6)
40_collectibleTable.AddOrUpdate(key, value); 47return !key.IsCollectible ? _defaultTable.ContainsKey(key) : _collectibleTable.TryGetValue(key, out _); 55if (_collectibleTable.TryGetValue(key, out object? valueObj) && valueObj != null) 69: _collectibleTable.TryAdd(key, value); 75_collectibleTable.Clear(); 79new Enumerator(_defaultTable.GetEnumerator(), ((IEnumerable<KeyValuePair<TKey, object?>>)_collectibleTable).GetEnumerator());