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)
142if (_outputDoctype) 232Debug.Assert(_outputDoctype, "It supposed to check this condition before actual call");