5 references to Output
System.Private.Xml (5)
System\Xml\Xsl\XsltOld\Processor.cs (1)
981
if (
Output
.Method != method)
System\Xml\Xsl\XsltOld\SequentialOutput.cs (2)
95
CacheOuptutProps(processor.
Output
);
386
CacheOuptutProps(_processor.
Output
);
System\Xml\Xsl\XsltOld\TextOnlyOutput.cs (1)
15
get { return _processor.
Output
; }
System\Xml\Xsl\XsltOld\TextOutput.cs (1)
21
this.encoding = processor.
Output
.Encoding;