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)
548foreach (XAttribute a in _attributes) 556_attributes.Clear(); 574foreach (XAttribute a in _attributes) 628_attributes.Add(a);