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