4 writes to cdataPos
System.Xml (4)
System\Xml\Core\XmlEncodedRawTextWriter.cs (2)
477cdataPos = bufPos; 768cdataPos = 0; // Needs to be zero, since overwriting ']]>' characters is no longer possible
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (2)
295cdataPos = bufPos; 540cdataPos = 0; // Needs to be zero, since overwriting ']]>' characters is no longer possible
2 references to cdataPos
System.Xml (2)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
452if ( mergeCDataSections && bufPos == cdataPos ) {
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (1)
270if ( mergeCDataSections && bufPos == cdataPos ) {