4 references to Int32ToUInt16
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (4)
1261
if (destinationType == UInt16Type) return
Int32ToUInt16
(this.ToInt32(value));
1297
if (destinationType == UInt16Type) return
Int32ToUInt16
(this.ToInt32(value));
2767
if (destinationType == UInt16Type) return
Int32ToUInt16
(XmlConvert.ToInt32((string)value));
2841
if (sourceType == StringType) return
Int32ToUInt16
(XmlConvert.ToInt32((string)value));