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)
267
Debug.Assert(
_outputXmlDecl
, "It supposed to check this condition before actual call");
420
if (
_outputXmlDecl
)
467
if (
_outputXmlDecl
)