2 writes to _outputDoctype
System.Private.Xml (2)
System\Xml\Xsl\XsltOld\SequentialOutput.cs (2)
85
_outputDoctype
= _output.DoctypeSystem != null || (_isHtmlOutput && _output.DoctypePublic != null);
145
_outputDoctype
= false;
2 references to _outputDoctype
System.Private.Xml (2)
System\Xml\Xsl\XsltOld\SequentialOutput.cs (2)
142
if (
_outputDoctype
)
232
Debug.Assert(
_outputDoctype
, "It supposed to check this condition before actual call");