1 override of ToInt64
System.Private.Xml (1)
System\Xml\Schema\XmlValueConverter.cs (1)
366public override long ToInt64(int value) { return (long)ChangeType((object)value, Int64Type, null); }
1 reference to ToInt64
System.Private.Xml (1)
System\Xml\Schema\XmlAtomicValue.cs (1)
342case TypeCode.Int32: return valueConverter.ToInt64(_unionVal.i32Val);