src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (8)
4069if (!CheckNewValue(ref result.Year, tempYear, ch, ref result))
4108if (!CheckNewValue(ref result.Month, tempMonth, ch, ref result))
4129if (!CheckNewValue(ref result.Day, tempDay, ch, ref result))
4154if (!CheckNewValue(ref parseInfo.dayOfWeek, tempDayOfWeek, ch, ref result))
4177if (!CheckNewValue(ref result.Hour, tempHour, ch, ref result))
4189if (!CheckNewValue(ref result.Hour, tempHour, ch, ref result))
4201if (!CheckNewValue(ref result.Minute, tempMinute, ch, ref result))
4213if (!CheckNewValue(ref result.Second, tempSecond, ch, ref result))