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