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