4 writes to _cdataPos
System.Private.Xml (4)
System\Xml\Core\XmlEncodedRawTextWriter.cs (2)
499
_cdataPos
= _bufPos;
840
_cdataPos
= 0; // Needs to be zero, since overwriting ']]>' characters is no longer possible
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (2)
393
_cdataPos
= _bufPos;
672
_cdataPos
= 0; // Needs to be zero, since overwriting ']]>' characters is no longer possible
2 references to _cdataPos
System.Private.Xml (2)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
472
if (_mergeCDataSections && _bufPos ==
_cdataPos
)
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (1)
366
if (_mergeCDataSections && _bufPos ==
_cdataPos
)