5 types derived from XmlTextNode
System.Runtime.Serialization (5)
System\Xml\XmlBaseReader.cs (5)
2574protected class XmlAtomicTextNode : XmlTextNode 2589protected class XmlComplexTextNode : XmlTextNode 2604protected class XmlWhitespaceTextNode : XmlTextNode 2619protected class XmlCDataNode : XmlTextNode 2634protected class XmlAttributeTextNode : XmlTextNode
3 references to XmlTextNode
System.Runtime.Serialization (3)
System\Xml\XmlBaseReader.cs (1)
251protected XmlTextNode MoveToWhitespaceText()
System\Xml\XmlBinaryReader.cs (2)
876void ReadText(XmlTextNode textNode, ValueHandleType type, int length) 884void ReadBinaryText(XmlTextNode textNode, int length)