1 write to isHtmlOutput
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\SequentialOutput.cs (1)
87
this.
isHtmlOutput
= this.output.Method == XsltOutput.OutputMethod.Html;
7 references to isHtmlOutput
System.Data.SqlXml (7)
System\Xml\Xsl\XsltOld\SequentialOutput.cs (7)
90
this.outputDoctype = this.output.DoctypeSystem != null || (this.
isHtmlOutput
&& this.output.DoctypePublic != null);
114
if (this.
isHtmlOutput
) {
155
Debug.Assert(! this.
isHtmlOutput
|| mainNode.Prefix != null, "Html can't have abreviated elements");
213
Debug.Assert(this.output.DoctypeSystem != null || (this.
isHtmlOutput
&& this.output.DoctypePublic != null), "We set outputDoctype == true only if");
273
if(this.
isHtmlOutput
) {
512
Debug.Assert(this.
isHtmlOutput
);
635
else if(this.
isHtmlOutput
) {