3 writes to writer
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\TextOutput.cs (3)
27this.writer = new StreamWriter(stream, this.encoding); 38this.writer = writer; 51this.writer = null;
3 references to writer
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\TextOutput.cs (3)
42this.writer.Write(outputChar); 46this.writer.Write(outputText); 50this.writer.Flush();