1 write to _isXmlOutput
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\SequentialOutput.cs (1)
81
_isXmlOutput
= _output.Method == XsltOutput.OutputMethod.Xml;
5 references to _isXmlOutput
System.Private.Xml (5)
System\Xml\Xsl\XsltOld\SequentialOutput.cs (5)
86
_outputXmlDecl =
_isXmlOutput
&& !_output.OmitXmlDeclaration && !_omitXmlDeclCalled;
125
else if (
_isXmlOutput
)
148
if (_cdataElements != null && _cdataElements.Contains(new XmlQualifiedName(mainNode.LocalName, mainNode.NamespaceURI)) &&
_isXmlOutput
)
236
if (
_isXmlOutput
)
268
Debug.Assert(
_isXmlOutput
&& !_output.OmitXmlDeclaration, "We set outputXmlDecl == true only if");