4 references to Int32ToByte
System.Private.Xml (4)
System\Xml\Schema\XmlValueConverter.cs (4)
1101
if (destinationType == ByteType) return
Int32ToByte
(this.ToInt32(value));
1137
if (destinationType == ByteType) return
Int32ToByte
(this.ToInt32(value));
2335
if (destinationType == ByteType) return
Int32ToByte
(XmlConvert.ToInt32((string)value));
2373
if (sourceType == StringType) return
Int32ToByte
(XmlConvert.ToInt32((string)value));