3 writes to textWriter
System.Windows.Forms (3)
winforms\Managed\System\Resources\ResXResourceWriter.cs (3)
286
this.
textWriter
= textWriter;
289
this.
textWriter
= textWriter;
668
textWriter
= null;
5 references to textWriter
System.Windows.Forms (5)
winforms\Managed\System\Resources\ResXResourceWriter.cs (5)
304
if (
textWriter
!= null) {
305
textWriter
.WriteLine("<?xml version=\"1.0\" encoding=\"utf-8\"?>");
308
xmlTextWriter = new XmlTextWriter(
textWriter
);
666
if (
textWriter
!= null) {
667
textWriter
.Close();