2 references to OmitXmlDeclaration
System.Private.Xml (2)
System\Xml\Xsl\XsltOld\SequentialOutput.cs (2)
86_outputXmlDecl = _isXmlOutput && !_output.OmitXmlDeclaration && !_omitXmlDeclCalled; 268Debug.Assert(_isXmlOutput && !_output.OmitXmlDeclaration, "We set outputXmlDecl == true only if");