1 instantiation of XmlAtomicTextNode
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (1)
74_atomicTextNode = new XmlAtomicTextNode(_bufferReader);
4 references to XmlAtomicTextNode
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (3)
33private XmlAtomicTextNode _atomicTextNode; 223protected XmlAtomicTextNode MoveToAtomicText() 225XmlAtomicTextNode textNode = _atomicTextNode;
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (1)
350private XmlAtomicTextNode MoveToAtomicTextWithEndElement()