1 override of ChangeType
System.Private.Xml (1)
System\Xml\Schema\XmlValueConverter.cs (1)
388public override object ChangeType(int value, Type destinationType) { return (object)ChangeType((object)value, destinationType, null); }
2 references to ChangeType
System.Private.Xml (2)
System\Xml\Schema\XmlAtomicValue.cs (2)
227case TypeCode.Int32: return valueConverter.ChangeType(_unionVal.i32Val, ValueType); 366case TypeCode.Int32: return valueConverter.ChangeType(_unionVal.i32Val, type);