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();