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