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)
921
if (
_textBuffer
is not null)
923
_textBuffer
.Append(value);
947
if (
_textBuffer
is StringBuilder buffer)