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