9 references to Double
System.Private.DataContractSerialization (9)
System\Xml\ValueHandle.cs (7)
174
case ValueHandleType.
Double
:
313
if (type == ValueHandleType.
Double
)
338
if (type == ValueHandleType.
Double
)
493
case ValueHandleType.
Double
:
574
case ValueHandleType.
Double
:
630
case ValueHandleType.
Double
:
918
Debug.Assert(_type == ValueHandleType.
Double
);
System\Xml\XmlBinaryReader.cs (1)
682
ReadText(MoveToAtomicTextWithEndElement(), ValueHandleType.
Double
, ValueHandleLength.Double);
System\Xml\XmlBufferReader.cs (1)
1166
ReadValue(value, ValueHandleType.
Double
, ValueHandleLength.Double);