Base:
method
ToInt64
System.Xml.Schema.XmlBaseConverter.ToInt64(System.Object)
3 references to ToInt64
System.Private.Xml (3)
System\Xml\Schema\XmlValueConverter.cs (3)
1083
if (destinationType == Int64Type) return this.
ToInt64
(value);
1105
if (destinationType == UInt32Type) return Int64ToUInt32(this.
ToInt64
(value));
1141
if (destinationType == UInt32Type) return Int64ToUInt32(this.
ToInt64
(value));