1 write to _attributes
System.ComponentModel.TypeConverter (1)
System\ComponentModel\AttributeCollection.cs (1)
46
_attributes
= attributes ?? Array.Empty<Attribute>();
3 references to _attributes
System.ComponentModel.TypeConverter (3)
System\ComponentModel\AttributeCollection.cs (3)
48
for (int idx = 0; idx <
_attributes
.Length; idx++)
50
ArgumentNullException.ThrowIfNull(
_attributes
[idx], nameof(attributes));
112
protected internal virtual Attribute[] Attributes =>
_attributes
;