10 references to ReadUInt31
dotnet-svcutil-lib (10)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (10)
573ReadText(MoveToAtomicTextWithEndElement(), ValueHandleType.UTF8, ReadUInt31()); 575ReadPartialUTF8Text(true, ReadUInt31()); 579ReadText(MoveToComplexText(), ValueHandleType.UTF8, ReadUInt31()); 581ReadPartialUTF8Text(false, ReadUInt31()); 596ReadUnicodeText(true, ReadUInt31()); 599ReadUnicodeText(false, ReadUInt31()); 627ReadBinaryText(MoveToAtomicTextWithEndElement(), ReadUInt31()); 629ReadPartialBinaryText(true, ReadUInt31()); 633ReadBinaryText(MoveToComplexText(), ReadUInt31()); 635ReadPartialBinaryText(false, ReadUInt31());