5 types derived from XmlCharacterData
System.Private.Xml (5)
System\Xml\Dom\XmlCDataSection.cs (1)
11public class XmlCDataSection : XmlCharacterData
System\Xml\Dom\XmlComment.cs (1)
10public class XmlComment : XmlCharacterData
System\Xml\Dom\XmlSignificantWhiteSpace.cs (1)
10public class XmlSignificantWhitespace : XmlCharacterData
System\Xml\Dom\XmlText.cs (1)
11public class XmlText : XmlCharacterData
System\Xml\Dom\XmlWhitespace.cs (1)
11public class XmlWhitespace : XmlCharacterData
7 references to XmlCharacterData
aspire (2)
Projects\ProjectUpdater.cs (2)
463if (previousSibling is XmlCharacterData charData && string.IsNullOrWhiteSpace(charData.Data)) 496if (child is XmlCharacterData charData)
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)
109XmlCharacterData.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\net11.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))]