1 override of ChangeType
System.Private.Xml (1)
System\Xml\Schema\XmlValueConverter.cs (1)
387public override object ChangeType(double value, Type destinationType) { return (object)ChangeType((object)value, destinationType, null); }
2 references to ChangeType
System.Private.Xml (2)
System\Xml\Schema\XmlAtomicValue.cs (2)
229case TypeCode.Double: return valueConverter.ChangeType(_unionVal.dblVal, ValueType); 368case TypeCode.Double: return valueConverter.ChangeType(_unionVal.dblVal, type);