1 type derived from XmlCDataSection
System.Configuration (1)
System\Configuration\ConfigXmlCDataSection.cs (1)
14
internal sealed class ConfigXmlCDataSection :
XmlCDataSection
, IConfigErrorInfo {
2 instantiations of XmlCDataSection
System.Xml (2)
System\Xml\Dom\XmlDocument.cs (1)
510
return new
XmlCDataSection
( data, this );
System\Xml\Dom\XmlLoader.cs (1)
470
node = new
XmlCDataSection
( reader.Value, this.doc );
2 references to XmlCDataSection
System.Configuration (1)
System\Configuration\ErrorInfoXmlDocument.cs (1)
98
public override
XmlCDataSection
CreateCDataSection(String data) {
System.Xml (1)
System\Xml\Dom\XmlDocument.cs (1)
508
public virtual
XmlCDataSection
CreateCDataSection( String data ) {