3 writes to outputXmlDecl
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\SequentialOutput.cs (3)
91this.outputXmlDecl = this.isXmlOutput && ! this.output.OmitXmlDeclaration && ! this.omitXmlDeclCalled; 104this.outputXmlDecl = false; 243this.outputXmlDecl = false;
3 references to outputXmlDecl
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\SequentialOutput.cs (3)
241Debug.Assert(this.outputXmlDecl == true, "It supposed to check this condition before actual call"); 373if(this.outputXmlDecl) { 417if(this.outputXmlDecl) {