2 writes to cdataSections
System.Xml (2)
System\Xml\Core\XmlWriterSettings.cs (2)
316
clonedSettings.
cdataSections
= new List<XmlQualifiedName>(cdataSections);
848
cdataSections
= new List<XmlQualifiedName>(length);
8 references to cdataSections
System.Xml (8)
System\Xml\Core\XmlWriterSettings.cs (8)
316
clonedSettings.cdataSections = new List<XmlQualifiedName>(
cdataSections
);
330
Debug.Assert(
cdataSections
!= null);
331
return
cdataSections
;
427
return
cdataSections
.Count != 0 || docTypePublic != null ||
689
cdataSections
.Clear();
799
writer.Write(
cdataSections
.Count);
800
foreach (XmlQualifiedName qname in
cdataSections
) {
850
cdataSections
.Add(new XmlQualifiedName(reader.ReadString(), reader.ReadString()));