5 references to Output
System.Data.SqlXml (5)
System\Xml\Xsl\XsltOld\Processor.cs (1)
886
if(
Output
.Method != method) {
System\Xml\Xsl\XsltOld\SequentialOutput.cs (2)
99
CacheOuptutProps(processor.
Output
);
342
CacheOuptutProps(processor.
Output
);
System\Xml\Xsl\XsltOld\TextOnlyOutput.cs (1)
22
get { return this.processor.
Output
; }
System\Xml\Xsl\XsltOld\TextOutput.cs (1)
26
this.encoding = processor.
Output
.Encoding;