3 writes to _attrValue
System.Private.Xml.Linq (3)
System\Xml\Linq\XNodeBuilder.cs (3)
93_attrValue = null; 170_attrValue = string.Empty; 239_attrValue += s;
2 references to _attrValue
System.Private.Xml.Linq (2)
System\Xml\Linq\XNodeBuilder.cs (2)
91XAttribute a = new XAttribute(_attrName!, _attrValue!); 237if (_attrValue != null)