3 references to XmlCDataSection
System.Configuration (1)
System\Configuration\ConfigXmlCDataSection.cs (1)
19: base( data, doc) {
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 );