1 write to _attributes
System.Private.Xml (1)
System\Xml\Dom\XmlElement.cs (1)
246_attributes ??= new XmlAttributeCollection(this);
6 references to _attributes
System.Private.Xml (6)
System\Xml\Dom\XmlElement.cs (6)
242if (_attributes == null) 250return _attributes; 260if (_attributes == null) 263return _attributes.Count > 0; 536return _attributes!.RemoveAt(i); 546_attributes!.RemoveAll();