5 types derived from XmlTextNode
dotnet-svcutil-lib (5)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (5)
2292
protected class XmlAtomicTextNode :
XmlTextNode
2307
protected class XmlComplexTextNode :
XmlTextNode
2322
protected class XmlWhitespaceTextNode :
XmlTextNode
2337
protected class XmlCDataNode :
XmlTextNode
2352
protected class XmlAttributeTextNode :
XmlTextNode
3 references to XmlTextNode
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (1)
240
protected
XmlTextNode
MoveToWhitespaceText()
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (2)
846
private void ReadText(
XmlTextNode
textNode, ValueHandleType type, int length)
854
private void ReadBinaryText(
XmlTextNode
textNode, int length)