8 references to Decimal
System.Runtime.Serialization (8)
System\Xml\ValueHandle.cs (6)
191
case ValueHandleType.
Decimal
:
372
if (type == ValueHandleType.
Decimal
)
507
case ValueHandleType.
Decimal
:
589
case ValueHandleType.
Decimal
:
644
case ValueHandleType.
Decimal
:
943
Fx.Assert(type == ValueHandleType.
Decimal
, "");
System\Xml\XmlBinaryReader.cs (1)
675
ReadText(MoveToAtomicTextWithEndElement(), ValueHandleType.
Decimal
, ValueHandleLength.Decimal);
System\Xml\XmlBufferReader.cs (1)
1318
ReadValue(value, ValueHandleType.
Decimal
, ValueHandleLength.Decimal);