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