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