1 write to _textFragmentWriter
System.Private.DataContractSerialization (1)
System\Xml\XmlBaseWriter.cs (1)
1643
_textFragmentWriter
??= new XmlUTF8NodeWriter();
3 references to _textFragmentWriter
System.Private.DataContractSerialization (3)
System\Xml\XmlBaseWriter.cs (3)
106
_textFragmentWriter
?.Close();
1644
_textFragmentWriter
.SetOutput(stream, false, Encoding.UTF8);
1645
fragmentWriter =
_textFragmentWriter
;