3 writes to attrValue
System.Xml.Linq (3)
System\Xml\Linq\XLinq.cs (3)
7929attrValue = null; 7993attrValue = string.Empty; 8049attrValue += s;
2 references to attrValue
System.Xml.Linq (2)
System\Xml\Linq\XLinq.cs (2)
7927XAttribute a = new XAttribute(attrName, attrValue); 8048if (attrValue != null) {