2 references to TextOnlyOutput
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\MessageAction.cs (1)
46
TextOnlyOutput output = new
TextOnlyOutput
(processor, new StringWriter(CultureInfo.InvariantCulture));
System\Xml\Xsl\XsltOld\Processor.cs (1)
376
recOutput = new
TextOnlyOutput
(this, writer);