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