2 references to OmitXmlDeclaration
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\SequentialOutput.cs (2)
91
this.outputXmlDecl = this.isXmlOutput && ! this.output.
OmitXmlDeclaration
&& ! this.omitXmlDeclCalled;
242
Debug.Assert(this.isXmlOutput && ! this.output.
OmitXmlDeclaration
, "We set outputXmlDecl == true only if");