5 writes to _attributes
System.ComponentModel.TypeConverter (5)
System\ComponentModel\MemberDescriptor.cs (5)
56_attributes = attributes; 74_attributes = new Attribute[descr.Attributes.Count]; 113_attributes = new Attribute[newList.Count]; 135_attributes = value; 371_attributes = newAttributes;
15 references to _attributes
System.ComponentModel.TypeConverter (15)
System\ComponentModel\MemberDescriptor.cs (15)
60_originalAttributes = _attributes; 75descr.Attributes.CopyTo(_attributes, 0); 79_originalAttributes = _attributes; 114newList.CopyTo(_attributes, 0); 117_originalAttributes = _attributes; 129return _attributes; 280if ((mdObj._attributes == null) != (_attributes == null)) 287if (_attributes != null) 289if (_attributes.Length != mdObj._attributes!.Length) 293for (int i = 0; i < _attributes.Length; i++) 295if (!_attributes[i].Equals(mdObj._attributes[i])) 342list = new List<Attribute>(_attributes!);