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