8 references to ValueAs
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (8)
1028
if (sourceType == XmlAtomicValueType) return ((decimal)((XmlAtomicValue)value).
ValueAs
(DecimalType));
1416
if (sourceType == XmlAtomicValueType) return ((float)((XmlAtomicValue)value).
ValueAs
(SingleType));
3093
if (sourceType == XmlAtomicValueType) return (DateTimeOffset)((XmlAtomicValue)value).
ValueAs
(DateTimeOffsetType);
3109
if (sourceType == XmlAtomicValueType) return ((decimal)((XmlAtomicValue)value).
ValueAs
(DecimalType));
3173
if (sourceType == XmlAtomicValueType) return ((float)((XmlAtomicValue)value).
ValueAs
(SingleType));
3299
if (sourceType == XmlAtomicValueType) return ((XmlAtomicValue)value).
ValueAs
(DateTimeOffsetType);
3303
if (sourceType == XmlAtomicValueType) return ((decimal)((XmlAtomicValue)value).
ValueAs
(DecimalType));
3319
if (sourceType == XmlAtomicValueType) return ((float)((XmlAtomicValue)value).
ValueAs
(SingleType));