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