Base:
method
ToInt64
Microsoft.Xml.Schema.XmlBaseConverter.ToInt64(System.Object)
3 references to ToInt64
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (3)
1240
if (destinationType == Int64Type) return this.
ToInt64
(value);
1262
if (destinationType == UInt32Type) return Int64ToUInt32(this.
ToInt64
(value));
1298
if (destinationType == UInt32Type) return Int64ToUInt32(this.
ToInt64
(value));