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