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)
91
XAttribute a = new XAttribute(
_attrName
!, _attrValue!);