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); 112if (_isHtmlOutput) 162Debug.Assert(!_isHtmlOutput || mainNode.Prefix != null, "Html can't have abbreviated elements"); 233Debug.Assert(_output.DoctypeSystem != null || (_isHtmlOutput && _output.DoctypePublic != null), "We set outputDoctype == true only if"); 303if (_isHtmlOutput) 575Debug.Assert(_isHtmlOutput); 724else if (_isHtmlOutput)