2 writes to CDataSectionElements
System.Private.Xml (2)
System\Xml\Core\XmlWriterSettings.cs (2)
243
clonedSettings.
CDataSectionElements
= new List<XmlQualifiedName>(CDataSectionElements);
677
CDataSectionElements
= new List<XmlQualifiedName>(length);
12 references to CDataSectionElements
System.Private.Xml (12)
System\Xml\Core\QueryOutputWriter.cs (2)
56
if (settings.
CDataSectionElements
.Count > 0)
63
foreach (XmlQualifiedName name in settings.
CDataSectionElements
)
System\Xml\Core\QueryOutputWriterV1.cs (3)
70
if (settings.
CDataSectionElements
!= null && settings.
CDataSectionElements
.Count > 0)
77
foreach (XmlQualifiedName name in settings.
CDataSectionElements
)
System\Xml\Core\XmlWriterSettings.cs (6)
243
clonedSettings.CDataSectionElements = new List<XmlQualifiedName>(
CDataSectionElements
);
331
private bool IsQuerySpecific =>
CDataSectionElements
.Count != 0 || _docTypePublic != null || _docTypeSystem != null || _standalone == XmlStandalone.Yes;
516
CDataSectionElements
.Clear();
626
writer.Write(
CDataSectionElements
.Count);
627
foreach (XmlQualifiedName qName in
CDataSectionElements
)
680
CDataSectionElements
.Add(new XmlQualifiedName(reader.ReadString(), reader.ReadString()));
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
626
settings.
CDataSectionElements
.AddRange(list);