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