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; 125else if (_isXmlOutput) 148if (_cdataElements != null && _cdataElements.Contains(new XmlQualifiedName(mainNode.LocalName, mainNode.NamespaceURI)) && _isXmlOutput) 236if (_isXmlOutput) 268Debug.Assert(_isXmlOutput && !_output.OmitXmlDeclaration, "We set outputXmlDecl == true only if");