2 references to _collectibleTable
System.ComponentModel.TypeConverter (2)
System\ComponentModel\CollectibleKeyHashtable.cs (2)
27
return !key.IsCollectible ? _defaultTable[key] : (
_collectibleTable
.TryGetValue(key, out object? value) ? value : null);
38
_collectibleTable
.AddOrUpdate(key, value);