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