2 writes to _inCDataSection
System.Private.Xml (2)
System\Xml\Core\QueryOutputWriter.cs (2)
354_inCDataSection = true; 365_inCDataSection = false;
6 references to _inCDataSection
System.Private.Xml (6)
System\Xml\Core\QueryOutputWriter.cs (6)
268if (!_inAttr && (_inCDataSection || StartCDataSection())) 276if (!_inAttr && (_inCDataSection || StartCDataSection())) 284if (!_inAttr && (_inCDataSection || StartCDataSection())) 310if (!_inAttr && (_inCDataSection || StartCDataSection())) 318if (!_inAttr && (_inCDataSection || StartCDataSection())) 351Debug.Assert(!_inCDataSection);