1 write to s_defaultAttributes
System.ComponentModel.TypeConverter (1)
System\ComponentModel\AttributeCollection.cs (1)
249
s_defaultAttributes
??= new Dictionary<Type, Attribute?>();
2 references to s_defaultAttributes
System.ComponentModel.TypeConverter (2)
System\ComponentModel\AttributeCollection.cs (2)
252
if (
s_defaultAttributes
.TryGetValue(attributeType, out Attribute? defaultAttribute))
283
s_defaultAttributes
[attributeType] = attr;