1 write to writer
System.Xml (1)
System\Xml\Serialization\indentedWriter.cs (1)
23this.writer = writer;
5 references to writer
System.Xml (5)
System\Xml\Serialization\indentedWriter.cs (5)
38writer.Write(s); 43writer.Write(c); 48writer.WriteLine(s); 53writer.WriteLine(); 61writer.Write(" ");