3 writes to _writer
System.Private.Xml (3)
System\Xml\Xsl\XsltOld\TextOutput.cs (3)
22
_writer
= new StreamWriter(stream, this.encoding);
31
_writer
= writer;
47
_writer
= null!;
3 references to _writer
System.Private.Xml (3)
System\Xml\Xsl\XsltOld\TextOutput.cs (3)
36
_writer
.Write(outputChar);
41
_writer
.Write(outputText);
46
_writer
.Flush();