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)
33
private
XmlAtomicTextNode
_atomicTextNode;
223
protected
XmlAtomicTextNode
MoveToAtomicText()
225
XmlAtomicTextNode
textNode = _atomicTextNode;
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (1)
350
private
XmlAtomicTextNode
MoveToAtomicTextWithEndElement()