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)
242
if (
_attributes
== null)
250
return
_attributes
;
260
if (
_attributes
== null)
263
return
_attributes
.Count > 0;
536
return
_attributes
!.RemoveAt(i);
546
_attributes
!.RemoveAll();