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