7 references to Decimal
dotnet-svcutil-lib (7)
FrameworkFork\System.Runtime.Serialization\System\Xml\ValueHandle.cs (5)
191case ValueHandleType.Decimal: 372if (type == ValueHandleType.Decimal) 506case ValueHandleType.Decimal: 596case ValueHandleType.Decimal: 893DiagnosticUtility.DebugAssert(_type == ValueHandleType.Decimal, "");
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (1)
647ReadText(MoveToAtomicTextWithEndElement(), ValueHandleType.Decimal, ValueHandleLength.Decimal);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBufferReader.cs (1)
1290ReadValue(value, ValueHandleType.Decimal, ValueHandleLength.Decimal);