4 references to GetUInt64
System.Xml (4)
System\Xml\BinaryXml\XmlBinaryReader.cs (4)
3233
ulong v =
GetUInt64
(this.tokDataPos);
3260
return
GetUInt64
(this.tokDataPos);
3629
return
GetUInt64
(this.tokDataPos);
3793
Decimal v = (Decimal)
GetUInt64
(this.tokDataPos);