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