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