1 override of ChangeType
System.Private.Xml (1)
System\Xml\Schema\XmlValueConverter.cs (1)
385public override object ChangeType(DateTime value, Type destinationType) { return (object)ChangeType((object)value, destinationType, null); }
2 references to ChangeType
System.Private.Xml (2)
System\Xml\Schema\XmlAtomicValue.cs (2)
230case TypeCode.DateTime: return valueConverter.ChangeType(_unionVal.dtVal, ValueType); 369case TypeCode.DateTime: return valueConverter.ChangeType(_unionVal.dtVal, type);