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