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