2 writes to writer
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\TextOnlyOutput.cs (2)
39
this.
writer
= new StreamWriter(stream, Output.Encoding);
48
this.
writer
= writer;
3 references to writer
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\TextOnlyOutput.cs (3)
26
get { return this.
writer
; }
62
this.
writer
.Write(mainNode.Value);
73
this.
writer
.Flush();