5 references to DoctypeSystem
System.Private.Xml (5)
System\Xml\Xsl\XsltOld\SequentialOutput.cs (5)
85
_outputDoctype = _output.
DoctypeSystem
!= null || (_isHtmlOutput && _output.DoctypePublic != null);
131
_output.
DoctypeSystem
!= null ||
233
Debug.Assert(_output.
DoctypeSystem
!= null || (_isHtmlOutput && _output.DoctypePublic != null), "We set outputDoctype == true only if");
256
if (_output.
DoctypeSystem
!= null)
259
Write(_output.
DoctypeSystem
);