7 writes to era
mscorlib (7)
system\globalization\datetimeparse.cs (7)
1014result.era = tokenValue; 1027result.era = tokenValue; 1040result.era = tokenValue; 2369result.era = Calendar.CurrentEra; 3438if (result.era == -1) result.era = Calendar.CurrentEra; 3626if (!MatchEraName(ref str, dtfi, ref result.era)) { 5020era = -1;
15 references to era
mscorlib (15)
system\globalization\datetimeparse.cs (15)
1013if (result.era != -1) { 1026if (result.era != -1) { 1039if (result.era != -1) { 1462if (result.calendar.IsValidDay(year, month, day, result.era)) 1644if (result.calendar.IsValidDay(result.Year, result.Month, raw.GetNumber(0), result.era)) 1723if (TryAdjustYear(ref result, n2, out year) && result.calendar.IsValidDay(year, raw.month, n1, result.era)) 1729else if (TryAdjustYear(ref result, n1, out year) && result.calendar.IsValidDay(year, raw.month, n2, result.era)) 1738if (TryAdjustYear(ref result, n1, out year) && result.calendar.IsValidDay(year, raw.month, n2, result.era)) 1744else if (TryAdjustYear(ref result, n2, out year) && result.calendar.IsValidDay(year, raw.month, n1, result.era)) 1753if (TryAdjustYear(ref result, n2, out year) && result.calendar.IsValidDay(year, raw.month, n1, result.era)) 1759else if (TryAdjustYear(ref result, n1, out year) && result.calendar.IsValidDay(year, raw.month, n2, result.era)) 2523result.Hour, result.Minute, result.Second, 0, result.era, out time)) { 2832hour, minute, second, 0, result.era, out time)) { 3438if (result.era == -1) result.era = Calendar.CurrentEra; 4147result.Hour, result.Minute, result.Second, 0, result.era, out result.parsedDate)) {