3 writes to _textWriter
System.Windows.Forms (3)
System\Resources\ResXResourceWriter.cs (3)
129
public ResXResourceWriter(TextWriter textWriter) =>
_textWriter
= textWriter;
133
_textWriter
= textWriter;
533
_textWriter
= null;
4 references to _textWriter
System.Windows.Forms (4)
System\Resources\ResXResourceWriter.cs (4)
152
if (
_textWriter
is not null)
154
_textWriter
.WriteLine("<?xml version=\"1.0\" encoding=\"utf-8\"?>");
157
_xmlTextWriter = new XmlTextWriter(
_textWriter
);
532
_textWriter
?.Close();