5 types derived from XmlCharacterData
System.Private.Xml (5)
System\Xml\Dom\XmlCDataSection.cs (1)
11
public class XmlCDataSection :
XmlCharacterData
System\Xml\Dom\XmlComment.cs (1)
10
public class XmlComment :
XmlCharacterData
System\Xml\Dom\XmlSignificantWhiteSpace.cs (1)
10
public class XmlSignificantWhitespace :
XmlCharacterData
System\Xml\Dom\XmlText.cs (1)
11
public class XmlText :
XmlCharacterData
System\Xml\Dom\XmlWhitespace.cs (1)
11
public class XmlWhitespace :
XmlCharacterData
5 references to XmlCharacterData
netstandard (1)
netstandard.cs (1)
2459
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.
XmlCharacterData
))]
System.Private.Xml (1)
System\Xml\Dom\XmlSignificantWhiteSpace.cs (1)
109
XmlCharacterData
.DecideXPNodeTypeForTextNodes(this, ref xnt);
System.Xml (1)
System.Xml.cs (1)
194
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.
XmlCharacterData
))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
122
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.
XmlCharacterData
))]
System.Xml.XmlDocument (1)
System.Xml.XmlDocument.cs (1)
7
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.
XmlCharacterData
))]