3 writes to _textValue
System.Private.Xml.Linq (3)
System\Xml\Linq\XContainer.cs (3)
927
_textValue
= value;
932
_textValue
= null;
961
_textValue
= null;
4 references to _textValue
System.Private.Xml.Linq (4)
System\Xml\Linq\XContainer.cs (4)
925
else if (
_textValue
is null)
931
_textBuffer = new StringBuilder(
_textValue
).Append(value);
956
else if (!string.IsNullOrEmpty(
_textValue
))
958
_currentContainer.AddStringSkipNotify(
_textValue
);