4 references to Int32ToInt16
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (4)
1259if (destinationType == Int16Type) return Int32ToInt16(this.ToInt32(value)); 1295if (destinationType == Int16Type) return Int32ToInt16(this.ToInt32(value)); 2761if (destinationType == Int16Type) return Int32ToInt16(XmlConvert.ToInt32((string)value)); 2817if (sourceType == StringType) return Int32ToInt16(XmlConvert.ToInt32((string)value));