1 override of ToInt32
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (1)
435public override int ToInt32(long value) { return (int)ChangeType((object)value, Int32Type, null); }
1 reference to ToInt32
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlAtomicValue.cs (1)
310case TypeCode.Int64: return valueConverter.ToInt32(_unionVal.i64Val);