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