3 references to Int64ToInt32
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (3)
1055return Int64ToInt32((long)value); 1072if (sourceType == Int64Type) return Int64ToInt32((long)value); 1205if (destinationType == Int32Type) return Int64ToInt32((long)value);