3 writes to stream
System.Windows.Forms (3)
winforms\Managed\System\Resources\ResXResourceWriter.cs (3)
274this.stream = stream; 277this.stream = stream; 664stream = null;
4 references to stream
System.Windows.Forms (4)
winforms\Managed\System\Resources\ResXResourceWriter.cs (4)
310else if (stream != null) { 311xmlTextWriter = new XmlTextWriter(stream, System.Text.Encoding.UTF8); 662if (stream != null) { 663stream.Close();