2 types derived from XmlCDataSection
System.Configuration.ConfigurationManager (1)
System\Configuration\ConfigXmlCDataSection.cs (1)
9internal sealed class ConfigXmlCDataSection : XmlCDataSection, IConfigErrorInfo
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\CanonicalXmlCDataSection.cs (1)
10internal sealed class CanonicalXmlCDataSection : XmlCDataSection, ICanonicalizableNode
2 instantiations of XmlCDataSection
System.Private.Xml (2)
System\Xml\Dom\XmlDocument.cs (1)
629return new XmlCDataSection(data, this);
System\Xml\Dom\XmlLoader.cs (1)
534node = new XmlCDataSection(_reader!.Value, _doc!);
8 references to XmlCDataSection
netstandard (1)
netstandard.cs (1)
2458[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlCDataSection))]
System.Configuration.ConfigurationManager (2)
System\Configuration\ConfigXmlDocument.cs (1)
108public override XmlCDataSection CreateCDataSection(string data)
System\Configuration\ErrorInfoXmlDocument.cs (1)
101public override XmlCDataSection CreateCDataSection(string data)
System.Private.Xml (1)
System\Xml\Dom\XmlDocument.cs (1)
626public virtual XmlCDataSection CreateCDataSection(string? data)
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\CanonicalXmlDocument.cs (1)
109public override XmlCDataSection CreateCDataSection(string? data)
System.Xml (1)
System.Xml.cs (1)
193[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlCDataSection))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
121[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlCDataSection))]
System.Xml.XmlDocument (1)
System.Xml.XmlDocument.cs (1)
6[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlCDataSection))]