2 writes to _attrName
System.Private.Xml.Linq (2)
System\Xml\Linq\XNodeBuilder.cs (2)
92_attrName = null; 169_attrName = XNamespace.Get(prefix.Length == 0 ? string.Empty : namespaceName!).GetName(localName);
1 reference to _attrName
System.Private.Xml.Linq (1)
System\Xml\Linq\XNodeBuilder.cs (1)
91XAttribute a = new XAttribute(_attrName!, _attrValue!);