1 instantiation of Output
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\Compiler.cs (1)
54
public Output Output = new
Output
();
5 references to Output
System.Data.SqlXml (5)
System\Xml\Xsl\Xslt\Compiler.cs (1)
54
public
Output
Output = new Output();
System\Xml\Xsl\Xslt\XsltLoader.cs (4)
481
Output
output = compiler.Output;
643
Output
output = compiler.Output;
647
if (settings.OutputMethod == XmlOutputMethod.Html && output.IndentPrec ==
Output
.NeverDeclaredPrec) {
650
if (output.MediaTypePrec ==
Output
.NeverDeclaredPrec) {