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