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