2 writes to _textBuffer
System.Private.Xml.Linq (2)
System\Xml\Linq\XContainer.cs (2)
931_textBuffer = new StringBuilder(_textValue).Append(value); 954_textBuffer = null;
3 references to _textBuffer
System.Private.Xml.Linq (3)
System\Xml\Linq\XContainer.cs (3)
921if (_textBuffer is not null) 923_textBuffer.Append(value); 947if (_textBuffer is StringBuilder buffer)