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