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