1 override of ChangeType
System.Private.Xml (1)
System\Xml\Schema\XmlValueConverter.cs (1)
389public override object ChangeType(long value, Type destinationType) { return (object)ChangeType((object)value, destinationType, null); }
2 references to ChangeType
System.Private.Xml (2)
System\Xml\Schema\XmlAtomicValue.cs (2)
228case TypeCode.Int64: return valueConverter.ChangeType(_unionVal.i64Val, ValueType); 367case TypeCode.Int64: return valueConverter.ChangeType(_unionVal.i64Val, type);