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)
411if (_textWriter != null) 412_wrapped = ((XmlWellFormedWriter)XmlWriter.Create(_textWriter, _writerSettings)).RawWriter!;