2 writes to _writer
System.Private.Xml (2)
System\Xml\Xsl\XsltOld\TextOnlyOutput.cs (2)
32_writer = new StreamWriter(stream, Output.Encoding); 40_writer = writer;
3 references to _writer
System.Private.Xml (3)
System\Xml\Xsl\XsltOld\TextOnlyOutput.cs (3)
20get { return _writer; } 56_writer.Write(mainNode.Value); 68_writer.Flush();