4 references to Int32ToSByte
System.Private.Xml (4)
System\Xml\Schema\XmlValueConverter.cs (4)
1103
if (destinationType == SByteType) return
Int32ToSByte
(this.ToInt32(value));
1139
if (destinationType == SByteType) return
Int32ToSByte
(this.ToInt32(value));
2344
if (destinationType == SByteType) return
Int32ToSByte
(XmlConvert.ToInt32((string)value));
2409
if (sourceType == StringType) return
Int32ToSByte
(XmlConvert.ToInt32((string)value));