3 references to Int64ToInt32
System.Xml (3)
System\Xml\Schema\XmlValueConverter.cs (3)
957
return
Int64ToInt32
((long) value);
972
if (sourceType == Int64Type) return
Int64ToInt32
((long) value);
1092
if (destinationType == Int32Type) return
Int64ToInt32
((long) value);