3 writes to _outputXmlDecl
System.Private.Xml (3)
System\Xml\Xsl\XsltOld\SequentialOutput.cs (3)
86_outputXmlDecl = _isXmlOutput && !_output.OmitXmlDeclaration && !_omitXmlDeclCalled; 101_outputXmlDecl = false; 269_outputXmlDecl = false;
3 references to _outputXmlDecl
System.Private.Xml (3)
System\Xml\Xsl\XsltOld\SequentialOutput.cs (3)
267Debug.Assert(_outputXmlDecl, "It supposed to check this condition before actual call"); 420if (_outputXmlDecl) 467if (_outputXmlDecl)