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)
925else if (_textValue is null) 931_textBuffer = new StringBuilder(_textValue).Append(value); 956else if (!string.IsNullOrEmpty(_textValue)) 958_currentContainer.AddStringSkipNotify(_textValue);