FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (10)
561ReadText(MoveToAtomicTextWithEndElement(), ValueHandleType.UTF8, ReadUInt16());
563ReadPartialUTF8Text(true, ReadUInt16());
567ReadText(MoveToComplexText(), ValueHandleType.UTF8, ReadUInt16());
569ReadPartialUTF8Text(false, ReadUInt16());
590ReadUnicodeText(true, ReadUInt16());
593ReadUnicodeText(false, ReadUInt16());
615ReadBinaryText(MoveToAtomicTextWithEndElement(), ReadUInt16());
617ReadPartialBinaryText(true, ReadUInt16());
621ReadBinaryText(MoveToComplexText(), ReadUInt16());
623ReadPartialBinaryText(false, ReadUInt16());