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