5 types derived from XmlTextNode
System.Private.DataContractSerialization (5)
System\Xml\XmlBaseReader.cs (5)
2447protected sealed class XmlAtomicTextNode : XmlTextNode 2462protected sealed class XmlComplexTextNode : XmlTextNode 2477protected sealed class XmlWhitespaceTextNode : XmlTextNode 2492protected sealed class XmlCDataNode : XmlTextNode 2507protected sealed class XmlAttributeTextNode : XmlTextNode
3 references to XmlTextNode
System.Private.DataContractSerialization (3)
System\Xml\XmlBaseReader.cs (1)
217protected XmlTextNode MoveToWhitespaceText()
System\Xml\XmlBinaryReader.cs (2)
863private void ReadText(XmlTextNode textNode, ValueHandleType type, int length) 871private void ReadBinaryText(XmlTextNode textNode, int length)