1 write to attributes
System.Xml (1)
System\Xml\Dom\XmlElement.cs (1)
205attributes = new XmlAttributeCollection(this);
7 references to attributes
System.Xml (7)
System\Xml\Dom\XmlElement.cs (7)
202if (attributes == null) { 204if ( attributes == null ) { 210return attributes; 218if ( this.attributes == null ) 221return this.attributes.Count > 0; 448return attributes.RemoveAt( i ); 455attributes.RemoveAll();