3 instantiations of TextOnlyOutput
System.Private.Xml (3)
System\Xml\Xsl\XsltOld\MessageAction.cs (1)
50
TextOnlyOutput output = new
TextOnlyOutput
(processor, new StringWriter(CultureInfo.InvariantCulture));
System\Xml\Xsl\XsltOld\Processor.cs (2)
393
recOutput = new
TextOnlyOutput
(this, stream);
413
recOutput = new
TextOnlyOutput
(this, writer);
3 references to TextOnlyOutput
System.Private.Xml (3)
System\Xml\Xsl\XsltOld\MessageAction.cs (3)
50
TextOnlyOutput
output = new TextOnlyOutput(processor, new StringWriter(CultureInfo.InvariantCulture));
57
TextOnlyOutput
? recOutput = processor.PopOutput() as
TextOnlyOutput
;