3 references to Int64ToInt32
System.Private.Xml (3)
System\Xml\Schema\XmlValueConverter.cs (3)
918return Int64ToInt32((long)value); 935if (sourceType == Int64Type) return Int64ToInt32((long)value); 1048if (destinationType == Int32Type) return Int64ToInt32((long)value);