1 write to _isHtmlOutput
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\SequentialOutput.cs (1)
82
_isHtmlOutput
= _output.Method == XsltOutput.OutputMethod.Html;
7 references to _isHtmlOutput
System.Private.Xml (7)
System\Xml\Xsl\XsltOld\SequentialOutput.cs (7)
85
_outputDoctype = _output.DoctypeSystem != null || (
_isHtmlOutput
&& _output.DoctypePublic != null);
112
if (
_isHtmlOutput
)
162
Debug.Assert(!
_isHtmlOutput
|| mainNode.Prefix != null, "Html can't have abbreviated elements");
233
Debug.Assert(_output.DoctypeSystem != null || (
_isHtmlOutput
&& _output.DoctypePublic != null), "We set outputDoctype == true only if");
303
if (
_isHtmlOutput
)
575
Debug.Assert(
_isHtmlOutput
);
724
else if (
_isHtmlOutput
)