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)
472if (_mergeCDataSections && _bufPos == _cdataPos)
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (1)
366if (_mergeCDataSections && _bufPos == _cdataPos)