4 writes to cdataPos
System.Xml (4)
System\Xml\Core\XmlUtf8RawTextWriter.cs (2)
419
cdataPos
= bufPos;
661
cdataPos
= 0; // Needs to be zero, since overwriting ']]>' characters is no longer possible
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (2)
279
cdataPos
= bufPos;
491
cdataPos
= 0; // Needs to be zero, since overwriting ']]>' characters is no longer possible
2 references to cdataPos
System.Xml (2)
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
394
if ( mergeCDataSections && bufPos ==
cdataPos
) {
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (1)
254
if ( mergeCDataSections && bufPos ==
cdataPos
) {