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