4 references to Int64ToUInt32
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (4)
1262
if (destinationType == UInt32Type) return
Int64ToUInt32
(this.ToInt64(value));
1298
if (destinationType == UInt32Type) return
Int64ToUInt32
(this.ToInt64(value));
2768
if (destinationType == UInt32Type) return
Int64ToUInt32
(XmlConvert.ToInt64((string)value));
2845
if (sourceType == StringType) return
Int64ToUInt32
(XmlConvert.ToInt64((string)value));