4 references to Int32ToByte
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (4)
1258if (destinationType == ByteType) return Int32ToByte(this.ToInt32(value)); 1294if (destinationType == ByteType) return Int32ToByte(this.ToInt32(value)); 2755if (destinationType == ByteType) return Int32ToByte(XmlConvert.ToInt32((string)value)); 2793if (sourceType == StringType) return Int32ToByte(XmlConvert.ToInt32((string)value));