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