11 references to UInt64
System.Runtime.Serialization (11)
System\Xml\ValueHandle.cs (9)
185
case ValueHandleType.
UInt64
:
260
if (type == ValueHandleType.
UInt64
)
288
if (type == ValueHandleType.
UInt64
)
316
if (type == ValueHandleType.
UInt64
)
380
if (type == ValueHandleType.
UInt64
)
501
case ValueHandleType.
UInt64
:
580
case ValueHandleType.
UInt64
:
638
case ValueHandleType.
UInt64
:
925
Fx.Assert(type == ValueHandleType.
UInt64
, "");
System\Xml\XmlBinaryReader.cs (1)
690
ReadText(MoveToAtomicTextWithEndElement(), ValueHandleType.
UInt64
, ValueHandleLength.UInt64);
System\Xml\XmlBufferReader.cs (1)
1333
ReadValue(value, ValueHandleType.
UInt64
, ValueHandleLength.UInt64);