4 references to Int32ToSByte
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (4)
1260
if (destinationType == SByteType) return
Int32ToSByte
(this.ToInt32(value));
1296
if (destinationType == SByteType) return
Int32ToSByte
(this.ToInt32(value));
2764
if (destinationType == SByteType) return
Int32ToSByte
(XmlConvert.ToInt32((string)value));
2829
if (sourceType == StringType) return
Int32ToSByte
(XmlConvert.ToInt32((string)value));