8 references to Decimal
System.Private.DataContractSerialization (8)
System\Xml\ValueHandle.cs (6)
176
case ValueHandleType.
Decimal
:
360
if (type == ValueHandleType.
Decimal
)
495
case ValueHandleType.
Decimal
:
577
case ValueHandleType.
Decimal
:
632
case ValueHandleType.
Decimal
:
924
Debug.Assert(_type == ValueHandleType.
Decimal
);
System\Xml\XmlBinaryReader.cs (1)
661
ReadText(MoveToAtomicTextWithEndElement(), ValueHandleType.
Decimal
, ValueHandleLength.Decimal);
System\Xml\XmlBufferReader.cs (1)
1145
ReadValue(value, ValueHandleType.
Decimal
, ValueHandleLength.Decimal);