8 references to CheckNewValue
mscorlib (8)
system\globalization\datetimeparse.cs (8)
3556if (!CheckNewValue(ref result.Year, tempYear, ch, ref result)) { 3584if (!CheckNewValue(ref result.Month, tempMonth, ch, ref result)) { 3601if (!CheckNewValue(ref result.Day, tempDay, ch, ref result)) { 3618if (!CheckNewValue(ref parseInfo.dayOfWeek, tempDayOfWeek, ch, ref result)) { 3638if (!CheckNewValue(ref result.Hour, tempHour, ch, ref result)) { 3648if (!CheckNewValue(ref result.Hour, tempHour, ch, ref result)) { 3658if (!CheckNewValue(ref result.Minute, tempMinute, ch, ref result)) { 3668if (!CheckNewValue(ref result.Second, tempSecond, ch, ref result)) {