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