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