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)
48for (int idx = 0; idx < _attributes.Length; idx++) 50ArgumentNullException.ThrowIfNull(_attributes[idx], nameof(attributes)); 112protected internal virtual Attribute[] Attributes => _attributes;