11 references to UInt64
System.Private.DataContractSerialization (11)
System\Xml\ValueHandle.cs (9)
170
case ValueHandleType.
UInt64
:
245
if (type == ValueHandleType.
UInt64
)
273
if (type == ValueHandleType.
UInt64
)
301
if (type == ValueHandleType.
UInt64
)
368
if (type == ValueHandleType.
UInt64
)
489
case ValueHandleType.
UInt64
:
568
case ValueHandleType.
UInt64
:
626
case ValueHandleType.
UInt64
:
906
Debug.Assert(_type == ValueHandleType.
UInt64
);
System\Xml\XmlBinaryReader.cs (1)
676
ReadText(MoveToAtomicTextWithEndElement(), ValueHandleType.
UInt64
, ValueHandleLength.UInt64);
System\Xml\XmlBufferReader.cs (1)
1160
ReadValue(value, ValueHandleType.
UInt64
, ValueHandleLength.UInt64);