4 references to DoctypePublic
System.Data.SqlXml (4)
System\Xml\Xsl\XsltOld\SequentialOutput.cs (4)
90
this.outputDoctype = this.output.DoctypeSystem != null || (this.isHtmlOutput && this.output.
DoctypePublic
!= null);
213
Debug.Assert(this.output.DoctypeSystem != null || (this.isHtmlOutput && this.output.
DoctypePublic
!= null), "We set outputDoctype == true only if");
223
if (output.
DoctypePublic
!= null) {
226
Write(output.
DoctypePublic
);