1 write to _textWriter
System.Private.Xml (1)
System\Xml\Core\XmlAutoDetectWriter.cs (1)
45
_textWriter
= textWriter;
2 references to _textWriter
System.Private.Xml (2)
System\Xml\Core\XmlAutoDetectWriter.cs (2)
411
if (
_textWriter
!= null)
412
_wrapped = ((XmlWellFormedWriter)XmlWriter.Create(
_textWriter
, _writerSettings)).RawWriter!;