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)
1240if (destinationType == Int64Type) return this.ToInt64(value); 1262if (destinationType == UInt32Type) return Int64ToUInt32(this.ToInt64(value)); 1298if (destinationType == UInt32Type) return Int64ToUInt32(this.ToInt64(value));