2 writes to attrName
System.Xml.Linq (2)
System\Xml\Linq\XLinq.cs (2)
7928attrName = null; 7992attrName = XNamespace.Get(prefix.Length == 0 ? string.Empty : namespaceName).GetName(localName);
1 reference to attrName
System.Xml.Linq (1)
System\Xml\Linq\XLinq.cs (1)
7927XAttribute a = new XAttribute(attrName, attrValue);