FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (12)
88value = BufferReader.ReadUTF8String(ReadUInt8());
543MoveToAtomicTextWithEndElement().Value.SetValue(ReadUInt8() != 0 ? ValueHandleType.True : ValueHandleType.False);
549ReadText(MoveToAtomicTextWithEndElement(), ValueHandleType.UTF8, ReadUInt8());
551ReadPartialUTF8Text(true, ReadUInt8());
555ReadText(MoveToComplexText(), ValueHandleType.UTF8, ReadUInt8());
557ReadPartialUTF8Text(false, ReadUInt8());
584ReadUnicodeText(true, ReadUInt8());
587ReadUnicodeText(false, ReadUInt8());
603ReadBinaryText(MoveToAtomicTextWithEndElement(), ReadUInt8());
605ReadPartialBinaryText(true, ReadUInt8());
609ReadBinaryText(MoveToComplexText(), ReadUInt8());
611ReadPartialBinaryText(false, ReadUInt8());