1 write to _attributes
System.Private.Xml.Linq (1)
System\Xml\Linq\XLinq.cs (1)
537
_attributes
= new List<XAttribute>();
4 references to _attributes
System.Private.Xml.Linq (4)
System\Xml\Linq\XLinq.cs (4)
548
foreach (XAttribute a in
_attributes
)
556
_attributes
.Clear();
574
foreach (XAttribute a in
_attributes
)
628
_attributes
.Add(a);