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