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