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