1 instantiation of Output
System.Private.Xml (1)
System\Xml\Xsl\Xslt\Compiler.cs (1)
46
public Output Output = new
Output
();
5 references to Output
System.Private.Xml (5)
System\Xml\Xsl\Xslt\Compiler.cs (1)
46
public
Output
Output = new Output();
System\Xml\Xsl\Xslt\XsltLoader.cs (4)
583
Output
output = _compiler.Output;
782
Output
output = _compiler.Output;
786
if (settings.OutputMethod == XmlOutputMethod.Html && output.IndentPrec ==
Output
.NeverDeclaredPrec)
790
if (output.MediaTypePrec ==
Output
.NeverDeclaredPrec)