4 writes to _cdataPos
System.Private.Xml (4)
System\Xml\Core\XmlUtf8RawTextWriter.cs (2)
427
_cdataPos
= _bufPos;
701
_cdataPos
= 0; // Needs to be zero, since overwriting ']]>' characters is no longer possible
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (2)
351
_cdataPos
= _bufPos;
587
_cdataPos
= 0; // Needs to be zero, since overwriting ']]>' characters is no longer possible
2 references to _cdataPos
System.Private.Xml (2)
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
400
if (_mergeCDataSections && _bufPos ==
_cdataPos
)
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (1)
324
if (_mergeCDataSections && _bufPos ==
_cdataPos
)