1 write to isXmlOutput
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\SequentialOutput.cs (1)
86this.isXmlOutput = this.output.Method == XsltOutput.OutputMethod.Xml;
5 references to isXmlOutput
System.Data.SqlXml (5)
System\Xml\Xsl\XsltOld\SequentialOutput.cs (5)
91this.outputXmlDecl = this.isXmlOutput && ! this.output.OmitXmlDeclaration && ! this.omitXmlDeclCalled; 124else if (this.isXmlOutput) { 143if (this.cdataElements != null && this.cdataElements.Contains(new XmlQualifiedName(mainNode.LocalName, mainNode.NamespaceURI)) && this.isXmlOutput) { 216if (this.isXmlOutput) { 242Debug.Assert(this.isXmlOutput && ! this.output.OmitXmlDeclaration, "We set outputXmlDecl == true only if");