2 writes to outputDoctype
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\SequentialOutput.cs (2)
90this.outputDoctype = this.output.DoctypeSystem != null || (this.isHtmlOutput && this.output.DoctypePublic != null); 140this.outputDoctype = false;
2 references to outputDoctype
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\SequentialOutput.cs (2)
138if (this.outputDoctype) { 212Debug.Assert(this.outputDoctype == true, "It supposed to check this condition before actual call");