1 override of ChangeType
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (1)
476public override object ChangeType(DateTime value, Type destinationType) { return (object)ChangeType((object)value, destinationType, null); }
2 references to ChangeType
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlAtomicValue.cs (2)
220case TypeCode.DateTime: return valueConverter.ChangeType(_unionVal.dtVal, ValueType); 359case TypeCode.DateTime: return valueConverter.ChangeType(_unionVal.dtVal, type);