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